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_