Category "ctypes"

OSError: [WinError 193] %1 is not a valid Win32 application while reading custom DLL in python with CTypes

I am trying to write code that wraps a C library in python. I am planning on using CTypes to do it and I used visual studio to compile my DLL. I started with a

Can't import dll module in Python

I've been stressin for a few days trying to compile a modified version of libuvc on windows and now that I've finally done it, I can't seem to load it on Python

Where does ctypes LoadLibrary() search for libs on OS X?

Where does ctypes LoadLibrary() search for a shared lib on Mac OS X? This works: LoadLibrary("/full/path/to/my_library.dylib") However, LoadLibrary("my_li