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 -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html
