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 <saran...@gmail.com> 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
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to