Twisted + Gtk - Shutdown Not Working Properly
Using Python 2.6, Twisted 10.1, and GTK+ 2.22, with latest pygtk installed, I'm having problems on shutdown. When I close my application and shut down the reactor (using the gtk2re
Solution 1:
As from this question it seems to come from importing the win32ui
module. But I think the underlying problem is deeper..
EDIT: Seems to be a problem with my particular install of Windows 7 and whatever else is here.
Post a Comment for "Twisted + Gtk - Shutdown Not Working Properly"