That's almost certainly because your PYTHONPATH is either not set, or set to the wrong thing.
On Thu, Dec 30, 2010 at 2:05 PM, Marcus D. Leech <mleech@ripnet.com> wrote:
On 12/30/2010 01:51 PM, Brad Hein wrote:Do it from the GIT source. It's almost always stable enough to use.
Thank you both for your suggestions,
I'll go ahead and carefully follow the instructions on the gnuradio wiki page "FedoraInstall" under "gnuradio from tarball".
BH
Compilation from GIT source was successful. I ran make install, and ran gnuradio-companion, and it's now producing the error shown below, which I am investigating...
Marcus - Any chance you could send me the output from an "rpm -qa" on your box, so I can compare packages? I'm wondering what could be different between your Fedora14 (which as you say, works) , and mine, which has so many problems...
[root@gto ~]# gnuradio-companion
Traceback (most recent call last):
File "/usr/local/bin/gnuradio-companion", line 45, in <module>
"""%gr.version()
AttributeError: 'module' object has no attribute 'version'
Under F14, on a 32-bit machine, it should be:
PYTHONPATH=/usr/local/lib/python2.7/site-packages
Also make sure that /usr/local/lib is in your ld.so cache
-- Marcus Leech Principal Investigator Shirleys Bay Radio Astronomy Consortium http://www.sbrac.org
No comments:
Post a Comment