[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
- Previous message: [Tutor] Create text file
- Next message: [Tutor] Re: Is it possible to call Win32 DLLs from Python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Tutor] Create text file
- Next message: [Tutor] Re: Is it possible to call Win32 DLLs from Python?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]