-
Notifications
You must be signed in to change notification settings - Fork 35
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
all python script in examples Folder Fatal Python error #3
Comments
@cn0xroot, I hope all is well :) My guess is there was a problem during the make/install process. Do you have Let me know if installing |
swig has been install but when i make/install twice again, it doesn't fix. this is complete info:
|
I think I see the problem -- it looks like you are missing gr-osmosdr:
|
gr-osmosdr has ben build:
|
For a sanity check, what is the output (if any) when you run the following?
|
|
It looks like a python/swig/environment issue, but I am not familiar enough with OSX to point to anything more specific. Do you have an Ubuntu machine/VM you can run it on? Alternatively, it is possible to install via PyBombs using the recipe in gr-etcetera. |
i'll try it on ubuntu tomorrow,thanks for you help 😊 |
The |
i don't konw how to change the link to the right version ? just like:
|
Hi, I've got the same issue on my Arch Setup: gr-nordic git:(master) python2 ./examples/nordic_sniffer_scanner.py
linux; GNU C++ version 6.2.1 20160830; Boost_106200; UHD_003.009.005-0-unknown
Traceback (most recent call last):
File "./examples/nordic_sniffer_scanner.py", line 7, in <module>
import nordic
ImportError: No module named nordic I did not get any problem during setup process so I don't know what I can do to fix that. Thanks |
@yformaggio maybe this is userful to you :) @marcnewlin @balint256 maybe you need add this to your wiki |
@cn0xroot thanks, I made a VM with Kali and installed everything except pybombs recipes, and it worked! |
nice to talk to you, when execute you python script get the error message:
how to fix it?thx!
The text was updated successfully, but these errors were encountered: