Maybe I am going crazy. I have been googling for a while now and cannot find pywin32 documentation or even a little synopsis of what the module is (I am aware its for win32 api stuff).

Is there any pywin32 documentation or resources? Maybe some examples?

link|improve this question

20% accept rate
feedback

2 Answers

There is a documentation for pywin32 on ActiveState :

and also a modules description and the list of objects

link|improve this answer
Thanks for the links. This answered my own question perfectly. – Mike Jun 26 '11 at 1:59
feedback

The PyWin32 installation includes a .chm help file at [Pythonpath]\Lib\site-packages\PyWin32.chm.

Also displayed online at http://timgolden.me.uk/pywin32-docs/index.html

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.