Forum: GNU Radio gr-baz uhd problem

Posted by davek (Guest)
on 2012-10-29 23:51
(Received via mailing list)
comiled the latest gnuradio and gr-baz

when starting connection from remote computer to borip_server, get this 
error:

david@ubuntu:~/src/gr-baz$ ./apps/borip_server.py
==> Starting TCP server on port: 28888
==> TCP server running on ('0.0.0.0', 28888) in thread: Thread-1
==> Connection from: ('192.168.10.105', 50845)
~~> Failed to import: No module named borip_usrp_uhd
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/baz/borip_server.py",
line 665, in _create_device
    exec "import borip_" + id
  File "<string>", line 1, in <module>
ImportError: No module named borip_usrp_uhd
==> Disconnection from: ('192.168.10.105', 50845)

my python path is

david@ubuntu:~/src/gr-baz$ set | grep PYTHON
PYTHONPATH=/usr/local/lib/python2.7/dist-packages/baz/

which is populated with the various files.

any ideas why its failing? "borip_usrp_uhd" google shows 1 reference
to a similar problem with usrp1 . i have a b100.
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.