On bot x86_64 and ARM gnuradio used to work now I get a pop-up
complaining about PYTHONPATH.
“export PYTHONPATH=/usr/lib/python2.7” on ARM and “export
PYTHONPATH=/usr/lib64/python2.7” on openSUSE doesn’t help.
I even rebuilt gnuradio on x86_64 in case something in an update caused
a problem.
73 … Sid.
That’s not it.
When I initially installed it, gnuradio-companion worked on openSUSE
x86_64 and Ubuntu ARM for some days, so my guess was that something in
subsequent updates caused the problem.
That’s why I rebuilt the ARM version but got exactly the same problem.
73 … Sid.
–
Sid B. … Hamradio License G3VBV, Licensed Private Pilot
Emeritus IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support
Senior Staff Specialist, Cricket Coach
Microsoft Windows Free Zone - Linux used for all Computing Tasks
Hello Sid, On 04/23/2013 03:46 PM, Sid
Boyce wrote:
gnuradio-config-info -v v3.6.4.1-106-gf1dbf510
On bot x86_64 and ARM gnuradio used to work now I get a pop-up
complaining about PYTHONPATH. “export PYTHONPATH=/usr/lib/python2.7” on
ARM and “export PYTHONPATH=/usr/lib64/python2.7” on openSUSE doesn’t
help.
for me that usually means I forgot sudo ldconfig Best,
Bastian
That’s not it.
When I initially installed it,
gnuradio-companion worked on openSUSE
x86_64 and Ubuntu ARM for some
days, so my guess was that something in
subsequent updates caused the
problem.
That’s why I rebuilt the ARM version but got exactly the
same problem.
73 … Sid.
If you initially installed from binary, and
then installed from source, the PYTHONPATH locations are different.
A
typical source install installs to /usr/local whereas a packaged install
installs to /usr
Discuss-gnuradio mailing list [email protected] Discuss-gnuradio Info Page
I rebuilt gnuradio, still getting the same error with
gnuradio-companion.
“Cannot import gnuradio”.
Presumably this is a python module which I don’t have.
When I originally built gnuradio, gnuradio-companion worked on x86_64
and on ARM.
The next time I launched it I got the error on both platforms.
Pointers please.
73 … Sid.
Discuss-gnuradio mailing list [email protected] Discuss-gnuradio Info Page
Thanks again Marcus,
The problem with the build-gnuradio script is that it is set up to build
on Ubuntu and Fedora but no good for openSUSE.
73 … Sid.
Thanks again Marcus,
The problem with the build-gnuradio script is that it is set up to
build on Ubuntu and Fedora but no good for openSUSE.
73 … Sid.
When somebody sends me a reliable recipe for building on OpenSuse (and
detecting that it’s an OpenSuse system), I’ll be happy to update
build-gnuradio to support it.
caused a problem.
Presumably this is a python module which I don’t have.
Senior Staff Specialist, Cricket Coach
apt-get or the like), it will have installed under /usr
PYTHONPATH to.
–
Marcus L.
Principal Investigator
Shirleys Bay Radio Astronomy Consortium http://www.sbrac.org
Thanks Marcus,
I found the problem, python2.7 and python3.2 and python3.3 are installed
and it was picking python3.
“cmake -DPYTHON_EXECUTABLE=/usr/bin/python2.7
-DPYTHON_INCLUDE_DIR=/usr/include/python2.7
-DPYTHON_LIBRARY=/usr/lib64/libpython2.7.so -DCMAKE_INSTALL_PREFIX=/usr
…” fixed it.
73 … Sid.