discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Setting PythonPath


From: Aaron Henderson
Subject: [Discuss-gnuradio] Setting PythonPath
Date: Tue, 18 Jun 2013 10:40:28 -0500

Hello All,

I have worked on setting the PythonPath for 3 weeks now.

I have followed the steps in the following posting:
http://gnuradio.org/redmine/projects/gnuradio/wiki/UbuntuInstall

Here is my latest attempt of editing my bash file:

# GNU Radio installation
export PATH=$PATH:/usr/local
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig
export PYTHONPATH=$PYTHONPATH:/usr/local/lib/python2.6/site-packages

and here is the error code that persists no matter what I do when I use my benchmark code:

Traceback (most recent call last):
  File "benchmark_rx2.6a.py", line 23, in <module>
    from gnuradio import gr, gru, modulation_utils
ImportError: No module named gnuradio

Does anyone have any tips or clues as to what I am doing wrong?

Aaron henderson




reply via email to

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