-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in baz_swig import #41
Comments
hello.... did u fix ur problem .... coz am having the same problem now ... and i need ur help if u .... |
I also have same problem except it says: I even tried to reinstall grc with gr-baz as sub. It gave same error |
I also have the same problem that it says: |
I confirm this solution. |
Trying HDSDR on linux (Ubuntu 15.10) as given in
https://www.reddit.com/r/RTLSDR/comments/2e58bz/install_script_for_hdsdr_on_linux/
when running python2 borip_server.py
getting the following error. Somewhere baz_swig seems missing. Any help?
(I am novice in Python)
Traceback (most recent call last):
File "borip_server.py", line 3, in
from baz import borip_server
File "/usr/local/lib/python2.7/dist-packages/baz/init.py", line 40, in
from baz_swig import *
ImportError: No module named baz_swig
The text was updated successfully, but these errors were encountered: