Re: [Pythonmac-SIG] py2app updates

2010-07-24 Thread Ronald Oussoren
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

Re: [Pythonmac-SIG] py2app trunk buglet

2010-07-24 Thread Ronald Oussoren
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