On Tue, Feb 15, 2005 at 03:30:49PM -0500, Rahul Dhar wrote: > On Tue, Feb 15, 2005 at 04:09:44AM -0800, mj wrote: > > > > > Are you using wxPython 2.5.2.7 or later? > > > > yup i am now. i upgraded from wxpython-2.4 to > > wxpython-2.5.3.1 > > I'm using wxPython 2.5.3.1 on top of wxGTK 2.5.3 (dependency in Gentoo, > apparntly) and Python 2.3.4. When I run "python fftsink.py" I'm > getting the error below. Is fftsink.py even something I should be > running by itself?
If you run it by itself, it has a little demo program that plots made-up data. It should run. > Traceback (most recent call last): > File "./fftsink.py", line 24, in ? > from gnuradio.wxgui import stdgui > File > "/opt/gnuradio/lib/python2.3/site-packages/gnuradio/wxgui/stdgui.py", > line 24, in ? > import wx > File > "/opt/gnuradio/lib/python2.3/site-packages/gnuradio/wxgui/__init__.py", > line 45, in ? > > File > "/opt/gnuradio/lib/python2.3/site-packages/gnuradio/wxgui/__init__.py", > line 20, in ? > > ImportError: No module named wxc > > Am I missing something? $PYTHONPATH includes > /opt/gnuradio/lib/python2.3/site-packages/gnuradio > > Unfortunately, I don't know Python, and no one here does either. The > non-GUI examples work fine, though. > Sounds like something's screwed up with your wxpython install. Do the wxpython demos work? http://www.wxpython.org Eric _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio