discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] env-update req.


From: Prateek Dayal
Subject: [Discuss-gnuradio] env-update req.
Date: Mon, 20 Jun 2005 08:34:37 +0000

Hi,

I tried installing gnuradio on my new laptop (gentoo 2004.1 release).
After a successful make and make install for gnuradio core 2.5 (from
tar.gz package), I tried to import the gr module and ran into the
following condition

address@hidden@GENTOO gnuradio-core-2.5 $ python
Python 2.3.3 (#1, Apr 13 2004, 08:10:43)
[GCC 3.3.2 20031218 (Gentoo Linux 3.3.2-r5, propolice-3.3-7)] 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 ?
  File "/usr/local/lib/python2.3/site-packages/gnuradio/gr/__init__.py",
line 27, in ?
    from gnuradio_swig_python import *
  File 
"/usr/local/lib/python2.3/site-packages/gnuradio/gr/gnuradio_swig_python.py",
line 5, in ?
    import _gnuradio_swig_python
ImportError: libgnuradio-core.so.0: cannot open shared object file: No
such file or directory

After a lot of searching I read somewhere that in such cases
env-update helps ..... after running env-update once, I could import
the module successfully and run the example dial_tone.py .

Can someone please throw a little light on this required env-update step  ?

Regards

Prateek Dayal




reply via email to

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