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
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
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
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
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