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
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 a shared lib on Mac OS X? This works: LoadLibrary("/full/path/to/my_library.dylib") However, LoadLibrary("my_li