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

Kerneels Roos kroos at symbioses.co.za
Thu Jul 1 10:13:26 EDT 2004


Hi,

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

In vbscript one can say,

set objFromDLL = CreateObject("some_dll.object_name")

and then you can call functions on objFromDLL.

Kerneels



More information about the Tutor mailing list