discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Python portability Question


From: William Pretty Security
Subject: [Discuss-gnuradio] Python portability Question
Date: Sun, 13 May 2012 20:27:58 -0400

Hello List;

 

I have successfully created a python program using GnuRadio Companion.

When I look at the generated “file.py” there are a number of “import” statements.

Such as “from gnuradio import audio”, etc.

 

If I want to run the program on a Linux system with Python support, but without

GnuRadio, GRC, etc. What should I do ?

 

Can I simply remove the “from gnuradio” part of the command and put everything in the same directory ?

Then just change all the ‘imports’ to “import audio” etc, etc ??

 

Thanks;

 

Bill


reply via email to

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