This website uses cookies to help us give you the best experience when you visit our website. By continuing to use this website, you consent to our use of these cookies.
Donations will allow me to spend more time on projects. Any donation is appreciated, no matter the size.
Please be aware that by donating you are not purchasing any of my products.
Thank you.
Re: Help getting started
OK, thanks, I re-did everything I could find in 2.7. After adding Python27 to the PATH env var, I was also able to run the rtlsdr_scan.py script in a command window. Found a few missing dependencies, but then ran into this:
File "C:\RTLSDR-Scanner-master\src\rtlsdr_scan.py", line 39, in
import rtlsdr
ImportError: No module named rtlsdr
I had already downloaded the pre-built libraries for Windows, but this error message seems to indicate that I should have installed a Python module as I did with numpy or matplotlib, but I don't know Python like I know C, C++ and C#. Am I missing something or is this more of a configuration error?
Russ