Robert and Millie wrote:
> 
> This the error I received when testing the GNU Radio installation after
> the make file finished running.  
> I have Boost 1.38 loaded along with GNU Radio version 3.2 and wxPython
> version 2.8.10.1.  All the paths have been setup.
> 
> $ python dial_tone.py
> Traceback (most recent call last):
>   File "dial_tone.py", line 23, in <module>
>     from gnuradio import gr
> ImportError: No module named gnuradio
> 
> Any help would be greatly apprecicated.
> 
> Robert Pegram
> _______________________________________________
> Discuss-gnuradio mailing list
> [email protected]
> http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 
> 

if you use fedora try to type this command each time you open the new
command terminal: export PYTHONPATH=/usr/local/lib/python2.5/site-packages
(http://gnuradio.org/trac/wiki/FedoraInstall)

or you can import this command into your fedora bash file so you does not
have to type it again.

Adib

-- 
View this message in context: 
http://www.nabble.com/Problems-with-GNU-Radio-tp25357678p25357854.html
Sent from the GnuRadio mailing list archive at Nabble.com.



_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to