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

2009-08-27 Thread Massa, Harald Armin
Grant, that is possible. Just read the makepy.py script within win32com.client, and you will find that someway down main() there is - GenerateFromTypeLibSpec(arg, f, verboseLevel = verboseLevel, bForDemand = bForDemand, bBuildHidden = hiddenSpec) - which does this. BUT, for "sta

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

2009-08-26 Thread Grant Paton-Simpson
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