discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Re: No module named gnuradio


From: feldmaus
Subject: [Discuss-gnuradio] Re: No module named gnuradio
Date: Wed, 1 Apr 2009 13:46:58 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Jay Kumar <lists <at> ruby-forum.com> writes:

> >>> import sys
> >>> sys.path
> ['', '/usr/local/lib/python2.4/site-packages',
> '/usr/local/lib/python24.zip', '/usr/local/lib/python2.4',
> '/usr/local/lib/python2.4/plat-linux2',
> '/usr/local/lib/python2.4/lib-tk',
> '/usr/local/lib/python2.4/lib-dynload',
> '/usr/lib/python2.3/site-packages/wx-2.5.3-gtk2-ansi']
> >>>
> 
> I am very new to gnuradio .So kindly help me out.
> 
> Thanks
Your PATH looks like if there is some PATH
missing. Try to add the PATH with:
sys.path.append('directories to gnuradio python libs')

But you should know that your system seems to be missconfigured.
Are you really using Python2.4 ???
And what shall the '' in your PATH ?

My PATH looks like this,
['/home/markus/Documents/gnuradio-projekt/versuche/usrp-AM',
'/usr/lib/python26.zip',
'/usr/lib/python2.6',
'/usr/lib/python2.6/plat-linux2',
'/usr/lib/python2.6/lib-tk',
'/usr/lib/python2.6/lib-old',
'/usr/lib/python2.6/lib-dynload',
'/usr/lib/python2.6/site-packages',
'/usr/lib/python2.6/site-packages/Numeric',
'/usr/local/lib/python2.6/site-packages',
'/usr/lib/python2.6/site-packages/gtk-2.0',
'/usr/lib/python2.6/site-packages/wx-2.8-gtk2-unicode']

In my python PATH i installed my gnuradio python modules.
Maybe search for my name to get more information on installation
and reinstall gnuradio correctly.

Regards markus






reply via email to

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