I pulled the latest from the trunk last night, and it built and
installed without complain.
I set PYTHONPATH to /usr/local/lib64/python-2.4/site-packages and export
the path.
When I try to run my application, which does a
from gnuradio import gr, gru
I get a “no module named gnuradio found”
I checked to make sure that /usr/local/lib64/python-2.4/site-packages
had the appropriate gnuradio “stuff” after the
install.
Whazzup with that?
Marcus L. wrote:
I get a “no module named gnuradio found”
I checked to make sure that /usr/local/lib64/python-2.4/site-packages
had the appropriate gnuradio “stuff” after the
install.
Can you try the following:
$ python
Python 2.4.4c1 (#2, Oct 11 2006, 21:51:02)
[GCC 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)] on linux2
Type “help”, “copyright”, “credits” or “license” for more information.
import sys
sys.path
[‘’, ‘/usr/lib/python24.zip’, ‘/usr/lib/python2.4’,
‘/usr/lib/python2.4/plat-linux2’, ‘/usr/lib/python2.4/lib-dynload’,
‘/usr/local/lib/python2.4/site-packages’,
‘/usr/lib/python2.4/site-packages’, ‘/var/lib/python-support/python2.4’,
‘/usr/lib/site-python’
…
…
]
In particular, there should be a
/usr/local/lib64/python-2.4/site-packages
in the output for your machine.
–
Johnathan C.
Corgan Enterprises LLC
http://corganenterprises.com
Marcus L. wrote:
I get a “no module named gnuradio found”
I checked to make sure that /usr/local/lib64/python-2.4/site-packages
had the appropriate gnuradio “stuff” after the
install.
Whazzup with that?
You imbecile, you.
Your application startup script explicitly set PYTHONPATH to a value
that works on non-x86_64 FC systems, but not
on x86_64 systems.
I can’t believe what a flaming moron you are, Marcus. A complete and
utter idiot. You don’t deserve air. Or that shiny-new
dual-processor system that you’re running Gnu Radio on, either. Give
it back, you clearly don’t have the wit to make it
run the way it should.