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

2006-11-27 Thread Tim Ansell
Hello, I have tried this too, but still no luck :/ Could it be something to do with 10.3.9? Has anyone had the icon working with 10.3.9? Tim On Sun, 2006-11-26 at 21:37 +0100, Frank Niessink wrote: > Tim Ansell: > > Hello, > > > > I'm still trying to bundle my application with py2app. > > >

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

2006-11-27 Thread Ronald Oussoren
On Monday, November 27, 2006, at 09:58AM, "Tim Ansell" <[EMAIL PROTECTED]> wrote: >Hello, > >I have tried this too, but still no luck :/ > >Could it be something to do with 10.3.9? Has anyone had the icon working >with 10.3.9? Could you please test with 'py2app==dev' (that is the version in the

[Pythonmac-SIG] Request for Bundle Builder...

2006-11-27 Thread Tim Ansell
Hello, I have spent about 18 hours (over 3 days) trying to package my python application for Mac users. However, I can't seem to get it to work. I'm trying to use Mac OS X 10.3.9 and all the Mac developer tools seem to be for 10.4 or greater. The problems I have run into include; * The app won't

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

2006-11-27 Thread Christopher Barker
Tim Ansell wrote: > I have tried this too, but still no luck :/ > > Could it be something to do with 10.3.9? Has anyone had the icon working > with 10.3.9? just a note: sometimes when you re-build a .app bundle, the finder has cached it's previous icon, so even if you do everything right, it won'

Re: [Pythonmac-SIG] module compiled against version 1000002 of C-API but this version of numpy is 1000009

2006-11-27 Thread Christopher Barker
Teemu Rinne wrote: > To my great surprise, I managed to compile scipy on Intel Mac Pro without > too much trouble (sorting out gcc and python versions and missing fortran > took awhile). My collection of packages seems to work now Is it a Universal build? WE really do need to get a complete set

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

2006-11-27 Thread Ronald Oussoren
On 27 Nov 2006, at 6:37 PM, Christopher Barker wrote: Tim Ansell wrote: I have tried this too, but still no luck :/ Could it be something to do with 10.3.9? Has anyone had the icon working with 10.3.9? just a note: sometimes when you re-build a .app bundle, the finder has cached it's pr

Re: [Pythonmac-SIG] Getting an ugly icon?

2006-11-27 Thread Chris Van Bael
Hi Ronald, I tried your suggestions, but now I'm officially completely lost: In Finder I first saw a generic icon. (just after building) I started my application: at first the pygame icon, afterwards my ugly icon. Closed my app and did "touch myapp.app" Now I got a "16ton" icon in Finder and still

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

2006-11-27 Thread belinda thom
On Nov 27, 2006, at 9:37 AM, Christopher Barker wrote: > Tim Ansell wrote: >> I have tried this too, but still no luck :/ >> >> Could it be something to do with 10.3.9? Has anyone had the icon >> working >> with 10.3.9? > > just a note: sometimes when you re-build a .app bundle, the finder has

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

2006-11-27 Thread Tim Ansell
Hello, I have tried this too. It had no effect for me. Tim Ansell On Mon, 2006-11-27 at 12:51 -0800, belinda thom wrote: > On Nov 27, 2006, at 9:37 AM, Christopher Barker wrote: > > > Tim Ansell wrote: > >> I have tried this too, but still no luck :/ > >> > >> Could it be something to do with 1

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

2006-11-27 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You could just add the icon file to the app bundle after py2app is done running, and edit info.plist if necessary with the updated icon name. Kind of a hack, but this has worked for me. - -- Kevin Walzer Code by Kevin http://www.codebykevin.com -B

Re: [Pythonmac-SIG] module compiled against version 1000002 of C-API but this version of numpy is 1000009

2006-11-27 Thread Teemu Rinne
Hi, Based on the response I got from the MPL list (below) it seems that my pylab/MA is actually behaving as expected. MA as a subclass of regular arrays sound like a great idea (see below)! Thanks, Teemu -- Forwarded Message -- Date: maanantai 27. marraskuu 2006 14:48 -050