On 23 Jul, 2010, at 20:24, Christopher Barker wrote:
> HI folks,
>
> I'm trying to test the latest py2app updates. However, easy_install is
> failing in a number of places. I'm trying:
>
> easy_install py2app==dev
>
> but get errors in the modulegraph dependency.
>
> When I install modulegra
On 23 Jul, 2010, at 21:45, Christopher Barker wrote:
> Ronald,
>
> I found the following tiny bug in py2app/build_app.py:
>
> near line 475, there is:
>
>allres = chain(getattr(dist, 'data_files', ()) or (), self.resources)
>
> but "chain" was never defined.
>
> A simple:
>
> from i