using an existing DLL file without having access to the source code?

Carsten Haese carsten at uniqsys.com
Tue Feb 14 14:46:22 EST 2006


On Tue, 2006-02-14 at 13:50, Dieter Vanderelst wrote:
> Dear all,
> 
> Could anybody tell me whether there are ways to use an existing DLL file 
> in Python without having access to the source code?

That sounds like a job for ctypes:
http://starship.python.net/crew/theller/ctypes/

HTH,

Carsten.





More information about the Python-list mailing list