Hello everyone,
I’ve installed gnuradio 3.1.1 on a system running
slackware linux. Im new to linux and my knowledge on linux is rather
limited. Inspite of this, I’ve somehow managed to install the packages
correctly and have also successfully tested it by running the dialtone
example and a few others. However, Im facing problems everytime i try to
run a program involving wxPython. For example, when i run the hfx2.py, i
get the following output,
Traceback (most recent call last):
File “./hfx2.py”, line 81, in ?
import os, wx, sys, math
ImportError: No module named wx
Could someone please tell me whats wrong? Any help will be greatly
appreciated.
Thankyou.
On Mon, Feb 04, 2008 at 10:15:28AM -0800, sriram s wrote:
Hello everyone,
I've installed gnuradio 3.1.1 on a system running slackware
linux. Im new to linux and my knowledge on linux is rather
limited. Inspite of this, I've somehow managed to install the
packages correctly and have also successfully tested it by
running the dialtone example and a few others. However, Im
facing problems everytime i try to run a program involving
wxPython. For example, when i run the hfx2.py, i get the
following output,
Traceback (most recent call last):
File “./hfx2.py”, line 81, in ?
import os, wx, sys, math
ImportError: No module named wx
Could someone please tell me whats wrong? Any help will be greatly appreciated.
Uhhh, you don’t have wxPython installed?
[eb@dee gr]$ python
Python 2.5 (r25:51908, Nov 6 2007, 15:55:44)
[GCC 4.1.2 20070925 (Red Hat 4.1.2-27)] on linux2
Type “help”, “copyright”, “credits” or “license” for more information.
import wx
Eric