balint256 / gr-baz

Collection of new blocks for GNU Radio
http://wiki.spench.net/wiki/gr-baz
GNU General Public License v3.0
192 stars 78 forks source link

Error in baz_swig import #41

Open sprakashb opened 8 years ago

sprakashb commented 8 years ago

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 commented 7 years ago

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

ecapson commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

I confirm this solution.