discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] benchmark_* not working correctly


From: Johnathan Corgan
Subject: Re: [Discuss-gnuradio] benchmark_* not working correctly
Date: Thu, 20 Sep 2007 11:37:32 -0700
User-agent: Thunderbird 1.5.0.13 (X11/20070824)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]