pyrtlsdr / pyrtlsdr

A Python wrapper for librtlsdr (a driver for Realtek RTL2832U based SDR's)
642 stars 120 forks source link

Which dlls and where do I place them? #136

Open JAbelP opened 1 year ago

JAbelP commented 1 year ago

image if I have a windows 10 64 bit machine and I am running pyrtlsdr in a venv where would I place the image? image I have been placing the dll in each folder and I still keep on getting the error ?

(winning-the-radio-game) D:\Code\Python\radio>python listen_to_fm.py Traceback (most recent call last): File "D:\Code\Python\radio\listen_to_fm.py", line 2, in from rtlsdr import RtlSdr File "D:\Code\Python\radio\lib\site-packages\rtlsdr__init__.py", line 56, in from .librtlsdr import librtlsdr File "D:\Code\Python\radio\lib\site-packages\rtlsdr\librtlsdr.py", line 52, in librtlsdr = load_librtlsdr() File "D:\Code\Python\radio\lib\site-packages\rtlsdr\librtlsdr.py", line 47, in load_librtlsdr raise ImportError('Error loading librtlsdr. Make sure librtlsdr '\ ImportError: Error loading librtlsdr. Make sure librtlsdr (and all of its dependencies) are in your path

nocarryr commented 1 year ago

@JAbelP Check out the latest release (0.3.0). Installation of librtlsdr can now be done via pip (instructions in the README)

Please drop a comment if it works or not. I'd appreciate the feedback