Closed Cyclical- closed 4 years ago
Hello @Cyclical-! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:
Thanks for the contribution.
I'm sorry to ask, but could you undo much of the formatting changes you made? I feel like you had your editor on auto format
Oops, my bad. Must have happened when I ran black
to format for PEP8.
By the way, this should likely close issue #155
Closes #155
Thanks for going through all of them.
Version 0.7.12 should have what you need (though I might release 0.7.13 soon)
This change fixes the inability of windll.LoadLibrary() to locate the PicoSDK dlls by adding a call to ctypes.util.find_library(). For this to work either the installed PicoSDK bitness must be the same as the python bitness, or if both SDK versions are installed the equal bitness version must be first in the system PATH.