On Jul 30, 6:07 am, Gilles Ganault <[EMAIL PROTECTED]> 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? -- http://mail.python.org/mailman/listinfo/python-list