[Pythonmac-SIG] py2app iconfile not working?

2006-11-26 Thread Tim Ansell
Hello, I'm still trying to bundle my application with py2app. I've used the img2icns application (version 0.3) to create a icns file from a png file. However, when I use the "iconfile" option (either by --iconfile or 'py2app':{"iconfile": ...) the icon does not get applied to the bundle. I'm us

Re: [Pythonmac-SIG] Problems bundleing my application with py2app

2006-11-26 Thread Tim Ansell
On Sun, 2006-11-26 at 02:30 +1030, Tim Ansell wrote: > Hello, > > I'm currently trying to bundle my wxPython application with py2app so > it's easy for MacOS X users to run. > > I keep running into the following error on a few different modules. > > Traceback (most recent call last): > File >

Re: [Pythonmac-SIG] py2app iconfile not working?

2006-11-26 Thread Frank Niessink
Tim Ansell: > Hello, > > I'm still trying to bundle my application with py2app. > > I've used the img2icns application (version 0.3) to create a icns file > from a png file. However, when I use the "iconfile" option (either by > --iconfile or 'py2app':{"iconfile": ...) the icon does not get appl