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] semi_standalone option broken in py2app + Leopard Python?

2008-07-01 Thread Robin Dunn
Ronald Oussoren wrote: Note that py2app needs a considerable amount of attention though: * need enhancements to properly support eggs: - copy entire eggs into the .app bundle, instead of just bits and pieces - support the "entry-point" feature for eggs - an option to specify required eggs

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

2008-07-01 Thread Ronald Oussoren
On 30 Jun, 2008, at 19:09, Christopher Barker wrote: Hengist Podd wrote: I'm trying to build semi-standalone applications against Leopard's stock Python 2.5 with an appscript 0.19.0 .egg installed, well, py2aqpp is known to have problems with eggs. is that a zipped egg? If so, it may wor

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

2008-06-30 Thread Christopher Barker
Hengist Podd wrote: I'm trying to build semi-standalone applications against Leopard's stock Python 2.5 with an appscript 0.19.0 .egg installed, well, py2aqpp is known to have problems with eggs. is that a zipped egg? If so, it may work better with an unzipped one: $ easy_install -Z TheName

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

2008-06-27 Thread Hengist Podd
Hi all,I'm trying to build semi-standalone applications against Leopard's stock Python 2.5 with an appscript 0.19.0 .egg installed, but am getting the following error when I run the resulting apps:### begin error ###test ErrorAn unexpected error has occurred during execution of the main s