On Wed, Feb 20, 2013 at 10:44 AM, Johnathan Corgan <[email protected] > wrote:
> On Wed, Feb 20, 2013 at 8:03 AM, Erik Jakobsen <[email protected]> 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 > Ah, thanks. I forgot gqrx was C++. Tom
_______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
