[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

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

2009-08-27 Thread Grant Paton-Simpson
that ADO28 file to access the variables. That > does also work with Excel and Word, and I am used to > > import ExcelXX as Excel > ec=Excel.constants > > and further on us ec.* for excel constants. > > Best wishes, > > HArald > > On Thu, Aug 27, 2009 at 2:51 AM,

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

2009-08-27 Thread Grant Paton-Simpson
joy untill it may or may not be worked into makepy.py best wishes, Harald On Thu, Aug 27, 2009 at 1:51 PM, Grant Paton-Simpson <mailto:gr...@p-s.co.nz>> wrote: Hi Harald, I managed to make a file containing everything I needed. NB the command is mak