discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] GUI installation problem


From: Richard Jaeger
Subject: [Discuss-gnuradio] GUI installation problem
Date: Tue, 22 Jan 2008 07:54:06 -0600

I am bringing up gnuradio on a new Linux system running Ubuntu 7.10 and
am trying to bootstrap myself up on both Linux and Python.

Everything seems to be working except the graphical interfaces.  The nogui versions of the examples execute fine.
Anything that I try to run that imports one of the gui elements fails in a similar way (No  module named wxgui):

Traceback (most recent call last):
  File "./slider.py", line 29, in <module>
    from gnuradio.wxgui import stdgui
ImportError: No module named wxgui

>>> import sys
>>> print sys.path
['', '/usr/lib/python25.zip', '/usr/lib/python2.5', '/usr/lib/python2.5/plat-linux2', '/usr/lib/python2.5/lib-tk', '/usr/lib/python2.5/lib-dynload', '/usr/local/lib/python2.5/site-packages', '/usr/lib/python2.5/site-packages', '/usr/lib/python2.5/site-packages/Numeric', '/usr/lib/python2.5/site-packages/gst-0.10', '/var/lib/python-support/python2.5', '/usr/lib/python2.5/site-packages/gtk-2.0', '/var/lib/python-support/python2.5/gtk-2.0', '/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode']
>>> 

The source files all seem to be present in gnuradio/gr-wxgui/src/python

Any suggestions will be appreciated.

Dick...





reply via email to

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