discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Error in usrp_oscope.py example gnuradio-3.0.2


From: George Nychis
Subject: Re: [Discuss-gnuradio] Error in usrp_oscope.py example gnuradio-3.0.2
Date: Mon, 27 Nov 2006 23:20:43 -0500
User-agent: Thunderbird 1.5.0.5 (X11/20060818)

They may have installed to somewhere not in your sys.path

do this:
python
import sys
print sys.path

and make sure those got installed in one of those paths

I also initially had problems with this... wxpython and gnuradio python modules were being installed to /usr/local rather than /usr

Give it a shot.

- George


Rohit Gupta wrote:
Hi George,

I did install the three wxpython rpms from www.wxpython.org.

wxPython2.6-devel-gtk2-ansi-2.6.3.3-rh9_py2.3
wxPython2.6-gtk2-ansi-2.6.3.3-rh9_py2.3
wxPython-common-gtk2-ansi-2.6.3.3-rh9_py2.3


Rohit

----- Original Message ----- From: "George Nychis" <address@hidden>
To: "Rohit Gupta" <address@hidden>
Cc: <address@hidden>
Sent: Monday, November 27, 2006 7:11 PM
Subject: Re: [Discuss-gnuradio] Error in usrp_oscope.py example gnuradio-3.0.2


Hey,

You need wxpython:
http://www.wxpython.org/

I am not familiar with Enterprise Linux and the kind of package managers it has... but thats the package you need to create the python module.

- George


Rohit Gupta wrote:
Hello,

I am trying to install Gnuradio-3.0.2 on 2.6.9-22 Enterprise Linux running
on x86 platform. I installed the following dependencies

boost_1_33_1    cppunit-1.10.2  fftw-3.1.2    sdcc-2.6.0
cppunit-1.10.0    numpy-1.0       swig-1.3.29

wxPython2.6-devel-gtk2-ansi-2.6.3.3-rh9_py2.3
wxPython2.6-gtk2-ansi-2.6.3.3-rh9_py2.3
wxPython-common-gtk2-ansi-2.6.3.3-rh9_py2.3


The commands "configure" , "make" , "make check" and "make install" run fine.

I then ran the following commands,

cd gnuradio-examples/python/usrp
export PYTHONPATH=/usr/local/lib/python2.3/site-packages

./usrp_oscope.py

Traceback (most recent call last):
 File "./usrp_oscope.py", line 29, in ?
from gnuradio.wxgui import stdgui, fftsink, waterfallsink, scopesink, form, slider
ImportError: No module named wxgui


Any help in fixing this is much appreciated.

Rohit








_______________________________________________
Discuss-gnuradio mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio








reply via email to

[Prev in Thread] Current Thread [Next in Thread]