Error in OP25 Decoder block

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
from baz import op25
File “/home/doug/usr/local/lib/python2.7/dist-packages/baz/op25.py”,
line 25, in
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.

On Fri, Jul 18, 2014 at 3:37 PM, Doug H. [email protected]
wrote:

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 -

Did you use packaged Gnuradio or built with pybombs ?

Did you actually install the OP25 decoder itself ? (and not just the
gr-baz wrapper around it)

Cheers,

Sylvain