On Wed, Feb 20, 2013 at 8:03 AM, Erik Jakobsen <e...@urbakken.dk> wrote:

> On 02/20/2013 04:52 PM, Erik Jakobsen wrote:
>
>>
>>> Traceback (most recent call last):
>>>   File "/usr/local/bin/modes_rx", line 25, in <module>
>>>     from gnuradio import gr, gru, optfir, eng_notation, blks2
>>> ImportError: No module named gnuradio
>>>
>>> BTW Gnuradio is installed, and is running fine with gqrx.
>>>
>>
This is an indication that the PYTHONPATH is not set correctly as Python is
not able to find GNU Radio's installed modules.

The gqrx app is C++ and could still find the GNU Radio native C++ libraries
and work normally even with the above.

Johnathan
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to