adafruit / Adafruit_Python_GPIO

DEPRECATED! Please use Adafruit Blinka instead (was: Library to provide a cross-platform GPIO interface on the Raspberry Pi and Beaglebone Black using the RPi.GPIO and Adafruit_BBIO libraries.)
MIT License
402 stars 312 forks source link

error on windows10 X64 (ver1803) #85

Closed rurigeo closed 6 years ago

rurigeo commented 6 years ago

python 2.7.15 32bit module ft232h

work on windows 7, just upgrade os to windows10, code and package are the same

Traceback (most recent call last): File "C:\Users\Fr\Desktop\SW_2-9_SP8T.py", line 10, in ID_list=FT232H.enumerate_device_serials() File "build\bdist.win32\egg\Adafruit_GPIO\FT232H.py", line 124, in enumerate_device_serials ftdi.list_free(device_list) File "C:\Python27\lib\site-packages\ftdi1.py", line 1055, in list_free return _ftdi1.list_free(*args) TypeError: in method 'list_free', argument 1 of type 'struct ftdi_device_list **