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.