discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] gr-baz uhd problem


From: davek
Subject: [Discuss-gnuradio] gr-baz uhd problem
Date: Mon, 29 Oct 2012 18:49:56 -0400

comiled the latest gnuradio and gr-baz

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

address@hidden:~/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

address@hidden:~/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.



reply via email to

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