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