What is the easiest way to use a DLL file from within Python?
DLL
Python
Specifically, how can this be done without writing any additional wr
ctypes can be used to access dlls, here's a tutorial:
http://docs.python.org/library/ctypes.html#module-ctypes