Re: [Pythonmac-SIG] [py2app] how to make a .app running on mac intel 10.5

2008-07-02 Thread El Duvelle
Well, today I tried again to launch my app on the mac with Intel, first by launching the file in 'MyApp.app/Contents/MacOS', and the speed was OK. Then I launched the MyApp.app just to try, and the speed was ok too! Whereas before it took at least 10 secondes, this time it was instantaneous. I

Re: [Pythonmac-SIG] semi_standalone option broken in py2app + Leopard Python?

2008-07-02 Thread Hengist Podd
Jul 1, 2008 11:03:51 AM, [EMAIL PROTECTED] wrote:> Leopard's stock install of py2app should be able to deal with zipped eggs as wel.Yep; fully standalone builds seem okay whether the .egg is zipped or not. FWIW, I did try using a non-zipped appscript egg as well as a zipped one, but the semi-stan

Re: [Pythonmac-SIG] [py2app] how to make a .app running on mac intel 10.5

2008-07-02 Thread Christopher Barker
El Duvelle wrote: I just don't undersand why it was so slow before. Well, it's the mysteries that make life interesting! One thought, though. Apple's Finder seems to cache info about applications, so it's possible that it thought it was a PPC-only app from some earlier version, and had not u

Re: [Pythonmac-SIG] Py2app - problem building with a localized package

2008-07-02 Thread Ed Leafe
On Jun 30, 2008, at 1:28 PM, Christopher Barker wrote: The solution is to force include these. It looks like a dabo recipe is in order. Take a look at the matplotlib recipe -- it needs to include a bunch of data files also. /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/sit