[Pythonmac-SIG] Console window appearing when running application bundled with py2app

2008-01-04 Thread Jens Thomas
Hello, I've (finally) managed to get everything in place to build my python/vtk/Tk application as a universal binary and have py2app (0.3.6) successfully bundle it into an app. However, when I run the application under the finder, in addition to my application, I get a small white window appea

Re: [Pythonmac-SIG] Console window appearing when running application bundled with py2app

2008-01-04 Thread Jens Thomas
Ronald Oussoren wrote: > > On Friday, January 04, 2008, at 12:37PM, "Jens Thomas" <[EMAIL PROTECTED]> > wrote: > >> Hello, >> >> I've (finally) managed to get everything in place to build my >> python/vtk/Tk application as a universal binary and have py2app (0.3.6) >> successfully bundle it

Re: [Pythonmac-SIG] Console window appearing when running application bundled with py2app

2008-01-04 Thread Ronald Oussoren
On Friday, January 04, 2008, at 12:37PM, "Jens Thomas" <[EMAIL PROTECTED]> wrote: >Hello, > >I've (finally) managed to get everything in place to build my >python/vtk/Tk application as a universal binary and have py2app (0.3.6) >successfully bundle it into an app. That's a Tk artifact on OSX.

Re: [Pythonmac-SIG] Possibly OT: Get path to icon file for PIL?

2008-01-04 Thread Kevin Walzer
Ronald Oussoren wrote: > You can do this through the bundle API (open the bundle for an > application, look up the name of the icon from the Info.plist and then > locate that icon. > > Something like: > > path = ... > bundle = NSBundle.bundleWithPath_(path) > info = bundle.infoDictionary() > i