[Tutor] Re: Is it possible to call Win32 DLLs from Python? (original) (raw)

Andrei project5 at redrival.net
Thu Jul 1 10:25:34 EDT 2004


This may be trivial, but I will ask anyway. Is it possible to access functions in Win32 DLLs frow within a Python program?

You could try Win32All (included in ActiveState distro or, if you have the official distro, you can google for it) or ctypes (http://starship.python.net/crew/theller/ctypes/).

Yours,

Andrei



More information about the Tutor mailing list