discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Import Error


From: Meenal
Subject: [Discuss-gnuradio] Import Error
Date: Wed, 10 Mar 2004 18:20:48 -0600

Hi all,
I am running into a bit of a problem with Python. I am a beginner in Python so please bear with me.
When I try to execute some examples in gnuradio/src/gnu/python , such as fm_demod1.py , fm_with_gui.py  etc
I get some import errors such as :

$ ./fm_demod1.py
Traceback (most recent call last):
  File "./fm_demod1.py", line 23, in ?
    from GnuRadio import *
ImportError: No module named GnuRadio

 and
$ ./fmrx.py
Traceback (most recent call last):
  File "./fmrx.py", line 4, in ?
    import gtk
  File "/usr/src/build/218821-i386/install/usr/lib/python2.2/site-packages/gtk-2.0/gtk/__init__.py", line 43, in ?
ImportError: /usr/lib/python2.2/site-packages/gtk-2.0/gtk/_gtkmodule.so: undefined symbol: PyUnicodeUCS4_SetDefaultEncoding

However some other programs such as test_oscope_display.py  works just fine.

Please advice.
thanks
Meenal

reply via email to

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