[python-win32] Running the COM MakePy Utility from python

Grant Paton-Simpson grant at p-s.co.nz
Thu Aug 27 02:51:29 CEST 2009


Hi,

Basically I want to have an installation package automatically run the
COM MakePy utility for the ADO 2.8 library. I believe I need to do this
so that constants like win32com.client.constants.adTinyInt will be
available when my application (http://www.sofastatistics.com) connects to
MS Access and MS SQL Server databases.

Ideally I would have a line doing something like this:

win32com.runmakepy("Microsoft ActiveX Data Objects 2.8 Library (2.8)")

Is it possible to do this programmatically?


All the best, Grant


More information about the python-win32 mailing list