discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Controlport error in GRC


From: sarankumar
Subject: Re: [Discuss-gnuradio] Controlport error in GRC
Date: Fri, 14 Mar 2014 14:12:44 +0800

Hi,

Thanks. Rebuilding Pybombs with Ice 3.5.0 helped.

Regards,
Saran



On Wed, Mar 12, 2014 at 9:13 PM, Tim <address@hidden> wrote:
If you built GNU Radio under pybombs, you can also run
./pybombs rb gnuradio
this alias (rebuild) will blow away the build dir and re-run cmake/make/install for you with the proper environment set up
don't forget to rebuild everything that links against gnuradio afterwards (any OOT modules you may have)
-Tim


On 03/12/2014 09:05 AM, Tom Rondeau wrote:
On Wed, Mar 12, 2014 at 1:12 PM, sarankumar <address@hidden> wrote:
hi,
I removed version Ice3.5.1 and built Ice 3.5.0. But now GRC cannot detect
Ice:

from gnuradio.ctrlport.monitor import *
   File
"/usr/local/lib/python2.7/dist-packages/gnuradio/ctrlport/__init__.py", line
23, in <module>
     import Ice, IcePy
ImportError: No module named Ice

do I need to build PyBombs again for gnuradio to detect Ice?

regards,
Saran
Remove CMakeCache.txt from your build directory and rerun cmake with
the ICE_MANUAL_INSTALL_PATH set. Also make sure PYTHONPATH and
LD_LIBRARY_PATH are set properly to the location of the ICE 3.5.0
installation.

Tom






_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


reply via email to

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