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
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