Skip to content
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

Open
sprakashb opened this issue Apr 1, 2016 · 4 comments
Open

Error in baz_swig import #41

sprakashb opened this issue Apr 1, 2016 · 4 comments

Comments

@sprakashb
Copy link

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

@robellebor
Copy link

hello.... did u fix ur problem .... coz am having the same problem now ... and i need ur help if u ....

@ecapson
Copy link

ecapson commented May 8, 2017

I also have same problem except it says:
ImportError: No module named _baz_swig

I even tried to reinstall grc with gr-baz as sub. It gave same error

@XgDuan
Copy link

XgDuan commented Oct 19, 2017

I also have the same problem that it says:
No module named baz_swig.
I search this problem in the issue list and found this open issue.
I also found the solution towards this problem. The key point is that you should ensure swig is installed in your machine. If not, uninstall gr_baz and install swig first.
@jerrydark @robellebor @sprakashb

@ecapson
Copy link

ecapson commented Nov 13, 2017

I confirm this solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants