drive a desktop app from python?

Ant antroy at gmail.com
Fri Jan 9 04:38:21 EST 2009


On Jan 8, 9:06 pm, "Tim Arnold" <tim.arn... at sas.com> wrote:
> Is there any lib or recipe(s) for doing something like this via python?

Look into the PyWin32 extension module. It gives access to Windows
internals including the COM interface. You'll need to do some research
into how to automate the GUI you're using from other sources (there
are often VBA examples on the web that can be modified).

http://pywin32.sourceforge.net/

I've successfully used this in the past for automating MS Excel.



More information about the Python-list mailing list