Why no maintained wrapper to Win32?

sturlamolden sturlamolden at yahoo.no
Mon Jul 30 00:49:04 EDT 2007


On Jul 30, 6:07 am, Gilles Ganault <nos... at nospam.com> wrote:

> For people who don't konw the Win32 API and don't know C... is the
> O'Reilly book above the best source of information on how to write
> Win32 GUI apps in Python?

Why inflict suffering on yourself with MFC when you can use wxPython
or PyGTK?

Sure, you could use ctypes to make calls into user32.dll, gdi32.dll
and kernel32.dll. Then you can program Python GUIs using the plain
Win32 API, avoiding PyWin32's MFC or wxPython. But who would do such a
thing?








More information about the Python-list mailing list