wierd win32all gui problem (w/56lines of code)

Neil Hodgson nhodgson at bigpond.net.au
Thu Oct 25 06:24:55 EDT 2001


Jeffrey Drake:
> Using ActivePython 2.1 and win32all I have written a simple app that
creates
> a window and exits when closed. However the python interpreter is still
> running. It hangs a command prompt under win2k until I physically kill the
> python process. I would appreciate any help possible.

   The WndProc isn't called at all. Add some prints or message boxes in the
code and you'll see the WndProc is ignored.

   Neil






More information about the Python-list mailing list