Hi,
Thanks. Rebuilding Pybombs with Ice 3.5.0 helped.
Regards,
Saran
On Wed, Mar 12, 2014 at 9:13 PM, Tim 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 t
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 m
On Wed, Mar 12, 2014 at 1:12 PM, sarankumar 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
> import Ice
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
import Ice, IcePy
ImportError: No module named Ice
do I need to build PyBombs
On Wed, Mar 12, 2014 at 6:26 AM, sarankumar wrote:
> Hi,
> I am trying to run a GRC flow graph with control port probe and control port
> monitor.
> I get the following error in GRC:
>
> Traceback (most recent call last):
> File "/usr/local/bin/gr-ctrlport-monitor", line 30, in
> from gnura