Re: [Discuss-gnuradio] Re: importing usrp2 module failing

2010-04-21 Thread George Nychis
thanks Josh! I seem to have had a conflicting install in /usr/lib/ rather than /usr/local/lib, so i blasted it and updated PYTHONPATH and all is great again ;) - George On Wed, Apr 21, 2010 at 4:14 PM, Josh Blum wrote: > its probably an issue of PYTHONPATH, make sure that the import works on >

Re: [Discuss-gnuradio] Re: importing usrp2 module failing

2010-04-21 Thread Josh Blum
its probably an issue of PYTHONPATH, make sure that the import works on command line: python -c "from gnuradio import usrp2" You should not need to run as root as long as the socket opener app has suid permissions sudo chown root:usrp `which usrp2_socket_opener` sudo chmod 04750 `which usrp2_

[Discuss-gnuradio] Re: importing usrp2 module failing

2010-04-21 Thread George Nychis
**NOTE** I do not get the import error when I do not run the command with > sudo, but then I do not get the proper raw socket permissions. Maybe that > rings a bell to someone? Something probably about an environment variable I > am missing. > > actually... I am getting the same error now without