paulgclark / waveconverter

An Open Source tool for RF reverse engineering.
MIT License
422 stars 51 forks source link

is not running #5

Closed m4l490n closed 7 years ago

m4l490n commented 7 years ago

I get the following error when trying to run:

Traceback (most recent call last): File "./waveconverter.py", line 18, in import waveConvertVars as wcv File "/home/mmalagon/waveconverter/src/waveConvertVars.py", line 3, in from waveconverterEngine import packetsToFormattedString File "/home/mmalagon/waveconverter/src/waveconverterEngine.py", line 229, in from demod_rf import ook_flowgraph File "/home/mmalagon/waveconverter/src/demod_rf.py", line 10, in from gnuradio import gr ImportError: No module named gnuradio

aurelihein commented 7 years ago

hi, sudo apt-get install gnuradio Should solve your problem Regards

2017-01-17 15:36 GMT+01:00 m4l490n notifications@github.com:

I get the following error when trying to run:

Traceback (most recent call last): File "./waveconverter.py", line 18, in import waveConvertVars as wcv File "/home/mmalagon/waveconverter/src/waveConvertVars.py", line 3, in from waveconverterEngine import packetsToFormattedString File "/home/mmalagon/waveconverter/src/waveconverterEngine.py", line 229, in from demod_rf import ook_flowgraph File "/home/mmalagon/waveconverter/src/demod_rf.py", line 10, in from gnuradio import gr ImportError: No module named gnuradio

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/paulgclark/waveconverter/issues/5, or mute the thread https://github.com/notifications/unsubscribe-auth/ABKeQCR52oHGPIRGiprOguVIoKmhmBA2ks5rTNIBgaJpZM4LlugF .

paulgclark commented 7 years ago

Thanks for adding the info, aurelihein.

Installing gnuradio with apt-get should work, but it may hinder you a bit if you want to use gnuradio for other things because it installs an older version of the software. To build the latest release, you can follow the instructions here: http://www.fieldxp.com/Chapter-2-Installing-the-Software.pdf

It will take a bit more effort, but your install will include some new and cool stuff.