Thanks, Eric. >Is your PYTHONPATH set to /usr/local/lib/python2.6/dist-packages? >Is your PYTHONPATH exported?
I'm not sure on these two questions. I installed python2.6 from synaptic package manager, I thought it should set the path right. If not, could you please tell me how to set PYTHONPATH and how to export PYTHONPATH? Here is the result when I test $ python Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) [GCC 4.4.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from gnuradio import gr >>> from gnuradio import usrp Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: cannot import name usrp >>> Thanks, Brook -- View this message in context: http://old.nabble.com/Gnuradio-3.3.0-on-Ubuntu-10.04-tp29535765p29536930.html Sent from the GnuRadio mailing list archive at Nabble.com. _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
