I 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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The PyWin32 installation includes a
.chmhelp file at[Pythonpath]\Lib\site-packages\PyWin32.chm.The same info is online at http://timgolden.me.uk/pywin32-docs/index.html
ActiveState used to keep this documentation online as well, including listings of modules and objects, but that seems to be taken offline.