patch-gnuradio
[Top][All Lists]
Advanced

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

[Patch-gnuradio] probleme with import


From: Kóczián Gergely
Subject: [Patch-gnuradio] probleme with import
Date: Tue, 13 Oct 2009 08:25:11 +0000

Hi all

I installed the gnuradio-3.2.2. Results of ./configure command was god, and I hadn't probleme with make install.

But when I try to use it's dont work.

I will show you:

address@hidden:/usr/src/gnuradio/gnuradio-core$ python
Python 2.5.2 (r252:60911, Jul 22 2009, 15:35:03)
[GCC 4.2.4 (Ubuntu 4.2.4-1ubuntu3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from gnuradio import gr
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.5/site-packages/gnuradio/gr/__init__.py", line 43, in <module>
from gnuradio_swig_python import *
File "/usr/local/lib/python2.5/site-packages/gnuradio/gr/gnuradio_swig_python.py", line 23, in <module>
from gnuradio_swig_py_runtime import *
File "/usr/local/lib/python2.5/site-packages/gnuradio/gr/gnuradio_swig_py_runtime.py", line 6, in <module>
import _gnuradio_swig_py_runtime
ImportError: libgnuradio-core.so.0: cannot open shared object file: No such file or directory


But the libgnuradio-core.so.0 and other files are in /usr/local/lib

If you want I can send you the result the ./configure.

Have you any Ideas?


Regrads Gergely

reply via email to

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