Re: [Pyobjc-dev] Pure Python Cocoa GUI application?
Brought to you by:
ronaldoussoren
|
From: Greg E. <gre...@ca...> - 2009-03-31 22:38:29
|
Orestis Markou wrote: > pythonw does display the dock icon (and virtualenv doesn't copy that, > I'll raise an issue). I'm more interested in having a menubar so I can > press command-Q to exit. I don't know what's up with that. Even using pythonw, I've never been able to get the stock Quit menu item that the interpreter gives you to work. In PyGUI I'm creating all of my own menus (including the application menu) and handling them myself. > For some reason ctrl-c doesn't work, even when > using the relevant AppHelper method (AppHelper.installMachInterrupt()). Control-backslash in the Terminal window seems to work for me (I think that sends a SIGQUIT instead of a SIGINT). -- Greg |