[Pythonmac-SIG] Building plugins with py2app

Bob Ippolito bob at redivi.com
Thu Oct 12 22:44:03 CEST 2006


On 10/12/06, Ronald Oussoren <ronaldoussoren at mac.com> wrote:
>
> On Oct 12, 2006, at 7:58 PM, Dethe Elza wrote:
>
> > On 12-Oct-06, at 10:08 AM, Ronald Oussoren wrote:
> >
> >> Could you try again with the latest version of py2app, that is
> >> subversion revision 46. Using 'easy_install py2app==dev' should do
> >> the trick.
> >
> > When I try that (after a long time) get a stack trace as follows:
>
> Why are you using setuptools 0.7? 0.6 is the stable version of
> setuptools and works with both python 2.4 and 2.5. I'm using 0.6c3
> and that works just fine.

Also if you think that you'll need to hack on py2app at all you'd be
better off checking out the source and then "python setup.py develop".
That way the egg is your checkout so it's trivial to update and hack
on.

-bob


More information about the Pythonmac-SIG mailing list