Re: [Pyobjc-dev] Pure Python Cocoa GUI application?
Brought to you by:
ronaldoussoren
|
From: Orestis M. <or...@or...> - 2009-03-31 11:23:37
|
On 31 Mar 2009, at 12:12, Greg Ewing wrote: > Orestis Markou wrote: > >> I'm a bit confused about Dock icons and applications - some times >> I get the rocket icon, some times I don't > > Is it python vs. pythonw? I find I need to use pythonw > in order to get a dock icon. 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. For some reason ctrl-c doesn't work, even when using the relevant AppHelper method (AppHelper.installMachInterrupt()). Orestis > -- > Greg |