discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Error in OP25 Decoder block


From: Doug Hutton
Subject: [Discuss-gnuradio] Error in OP25 Decoder block
Date: Fri, 18 Jul 2014 08:37:10 -0500
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

I have built Ubuntu 14.04 and installed Pybombs, GNURadio 3.7.2, op25 and gr-baz.  Tom R. helped me through an error with unresolved baz imports.  Now, I brought in the blocks to decode op25 and the OP25 Decoder block fails at run-time with -

Generating: "/home/doug/Documents/Op25 project files/top_block.py"

Executing: "/home/doug/Documents/Op25 project files/top_block.py"

linux; GNU C++ version 4.8.2; Boost_105400; UHD_003.007.001-84-gd99ce4ef

Traceback (most recent call last):
  File "/home/doug/Documents/Op25 project files/top_block.py", line 8, in <module>
    from baz import op25
  File "/home/doug/usr/local/lib/python2.7/dist-packages/baz/op25.py", line 25, in <module>
    from gnuradio import gr, gru, op25 as _op25
ImportError: cannot import name op25

>>> Done

This is as vanilla a setup as I can make it.  What am I missing?

Doug H.

reply via email to

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