Python COM for Microsoft Project

Stjepan Zlodi stjepan.zlodi at zg.tel.hr
Tue Oct 16 06:11:05 EDT 2001


Mike Brenner <mikeb at mitre.org> wrote in message news:<mailman.1003186882.938.python-list at python.org>...

> For the next line of code, I would like to resave the file as a tab-delimited file for further processing in Python. Actually, I will build a robot that opens all the MP files and resaves them. 
> - Is there a URI to download the objects and methods that are now available? 
> - Or is the list of objects somehow hidden inside my Visual Studio or my Microsoft Developer CDs? 
> - Or do I need to buy Visual Basic for Applications or some other application to gain access to the objects?
> - Is there an upgrade to the COM object browser that comes with Python for Windows?

What's wrong with COM object browser in your Python distribution?
In my ActiveState Python distribution I have win32com\client directory
in which is makepy.py script. With that script I can make python
module for each COM object file on my computer.



More information about the Python-list mailing list