Is there *any* real documentation to PyWin32?

sturlamolden sturlamolden at yahoo.no
Fri Dec 21 20:56:25 EST 2007


On 21 Des, 21:07, Gilles Ganault <nos... at nospam.com> wrote:

> Like others have mentionned, apparently the only book available is
> this:
>
> www.oreilly.com/catalog/pythonwin32/chapter/ch12.html


PyWin32 follows the Windows API quite pedantically, except for GUI
where it wraps MFC. If you can read C and C++, the help file and
Microsoft's documentation is sufficient. I would say that despite of
being C or C++, the most important source for using PyWin32 is MSDN.
If Benoit is having trouble using PyWin32, I think he is having
trouble using the Windows API.













More information about the Python-list mailing list