On Thu, 20 Dec 2007 03:35:23 -0800 (PST), Benoit
<[EMAIL PROTECTED]> wrote:
>I understand that the Win32 has been said to be itself poorly
>documented, so perhaps that the documentation that comes with the
>modules is of similar quality is no coincidence.

PyWin32 is free, and writing extensive documentation would be a huge
undertaking. Besides, since it's mostly a one-to-one mapping between
the Win32 API and Python, it would be a bit boring to do.

Besides, few people write GUI apps with Python (there are better
alternatives like Delphi or VB), and those who do usually prefer to
use cross-platform tools like wxWidgets.

Like others have mentionned, apparently the only book available is
this:

www.oreilly.com/catalog/pythonwin32/chapter/ch12.html
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to