aris
1
Hi All,
I’m running a block that I finished in GRextras in the USRP E110. I
built
the grextras as:
build/sudo cmake …/
build/sudo make
build/sudo make install
It finishes without errors, but when I run my example in E110:
/python top_block.py. It gives the following error:
File “top_block.py”, line 14, in
import gnuradio.extras as gr_extras
Anyone as seen a similar error before?.
Thanks a lot,
Jose.
On 10/21/2012 08:08 PM, Jose T. Diaz wrote:
/python top_block.py. It gives the following error:
File “top_block.py”, line 14, in
import gnuradio.extras as gr_extras
Is there more to this error message? This is just the traceback.
Sorry I cant really say without the rest. -josh
Hi Josh,
The error was when I built the grextras in the E110. I did again and now
is
working properly,
Thanks,
Jose