<div dir="ltr">libusb docs indicate that -3 is:<br><br><a href="http://libusb.sourceforge.net/api-1.0.16/group__misc.html#ggab2323aa0f04bc22038e7e1740b2f29efa131f3c2f6f2bb40bc6fb60ccb6f3152f">http://libusb.sourceforge.net/api-1.0.16/group__misc.html#ggab2323aa0f04bc22038e7e1740b2f29efa131f3c2f6f2bb40bc6fb60ccb6f3152f</a><br>
<br>LIBUSB_ERROR_ACCESS Access denied (insufficient permissions)<br><br>Sounds like you have a permission problem?  Best I can do to help you, I've never even seen a windows machine. :)<div><br></div><div>-Michel<br><br>
On Wed, Oct 30, 2013 at 12:14 PM, Jonathan Rawlinson <<a href="mailto:m0zjo@qsl.net">m0zjo@qsl.net</a>> wrote:<br>><br>> Hello all<br>><br>> I am trying to get the python wrapper "pyrtlsdr" working on Windows, it works fine on Linux<br>
><br>> The dongle works fine in SDR-SHARP.exe<br>> It imports correctly but prints the following error when I try to initialize the Dongle:<br>><br>> Traceback (most recent call last):<br>> File "C:\Users\M0ZJO\Desktop\RA_Astro\FFTPrint Test.py", line 4, in <module><br>
> sdr = RtlSdr()<br>> File "build\bdist.win32\egg\rtlsdr\rtlsdr.py", line 60, in __init__<br>> % (result, device_index))<br>> IOError: Error code -3 when opening SDR (device index = 0)<br>><br>> RTL_FM also returns the same error.<br>
> Can anyone help? I would be very grateful!<br>><br>> Many thanks<br>><br>> Jonathan/M0ZJO</div></div>