if I have a windows 10 64 bit machine and I am running pyrtlsdr in a venv where would I place the 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
if I have a windows 10 64 bit machine and I am running pyrtlsdr in a venv where would I place the 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