Re: [Pyobjc-dev] Pure Python Cocoa GUI application?
Brought to you by:
ronaldoussoren
|
From: Ronald O. <ron...@ma...> - 2009-03-31 13:46:37
|
On 31 Mar, 2009, at 6: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. Both should work the same on recent versions of Python (at worst starting at 2.6, I haven't check 2.5 but IIRC even there python and pythonw are the same executable). Ronald |