Dev Ramudit wrote: > I've cleaned out and reinstalled gnuradio from all three computers > repeatedly, but I end up with the same result every time. Any suggestions?
Can you check the version of Python and location of GNU Radio on each: $ python Python 2.5.1 (r251:54863, May 2 2007, 16:27:44) [GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import gnuradio >>> gnuradio.__file__ '/usr/local/lib/python2.5/site-packages/gnuradio/__init__.pyc' >>> from gnuradio import blks2 >>> blks2.__file__ '/usr/local/lib/python2.5/site-packages/gnuradio/blks2/__init__.pyc' >>> from gnuradio import blks2impl >>> blks2impl.__file__ '/usr/local/lib/python2.5/site-packages/gnuradio/blks2impl/__init__.pyc' >>> Finally, the output of ./config.guess on each: $ ./config.guess x86_64-unknown-linux-gnu Thanks. -- Johnathan Corgan Corgan Enterprises LLC http://corganenterprises.com _______________________________________________ Discuss-gnuradio mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
