comtypes 0.2 released

Thomas Heller theller at python.net
Wed Feb 15 21:43:33 CET 2006


comtypes is a pure Python COM package, based on the ctypes FFI library.

comtypes replaces and extends the former ctypes.com package.

It offers superior support for custom COM interfaces with typelib support.
Requires ctypes 0.9.9.3 or later.

Limitations:
 - inprocserver code should work, localserver code is very early.
 - no documentation

http://sourceforge.net/project/showfiles.php?group_id=115265

Enjoy,

Thomas



More information about the Python-announce-list mailing list