Eric Blossom wrote:
On Fri, Aug 31, 2007 at 10:18:15AM -0400, Tom Owens wrote:
Eric A. Cottrell wrote:
Tom O wrote:
Hi Eric,
When I run usrp_mode_s_logfile.py I get:
ImportError: cannot import name air
Can you help me out?
Tom
Hello
Eric A. Cottrell wrote:
Tom O wrote:
Hi Eric,
When I run usrp_mode_s_logfile.py I get:
ImportError: cannot import name air
Can you help me out?
Tom
Hello,
air is the name of the python library that contains the gr-air blocks.
Make sure you compiled and installed
Eric A. Cottrell wrote:
Tom O wrote:
Hi Eric,
When I run usrp_mode_s_logfile.py I get:
ImportError: cannot import name air
Can you help me out?
Tom
Hello,
air is the name of the python library that contains the gr-air blocks.
Make sure you compiled and installed
Thanks for the assistance.
I am not using Ubuntu. Nonetheless, the problem is fixed.
I edited bashrc. ie:
[EMAIL PROTECTED]:~> vi .bashrc
Then I added the line to bashrc :
export LD_LIBRARY_PATH=/usr/local/lib
[EMAIL PROTECTED]:~> source .bashrc
Now it works.
-Tom
George Nychis wrote:
D