[python-win32] Hello and first question

Tim Golden mail at timgolden.me.uk
Mon Dec 22 15:37:40 CET 2008


Andrea wrote:
> Hi folks,
> I'm new to the list and also to the python word!
> I want to write a script to exchange messages with a win32 application.
> I have a sample code in VB but I want to do it using python.
> The problem is that I have no experience on comunication between application
> in win.

Look at the win32gui module from the pywin32 extensions:

http://sourceforge.net/projects/pywin32/


TJG


More information about the python-win32 mailing list