Re: [Pythonmac-SIG] py2app 0.5.2 fails to copy main-i386 file

2011-03-10 Thread Ronald Oussoren
On 10 Mar, 2011, at 9:04, Ronald Oussoren wrote: > > On 10 Mar, 2011, at 7:05, Brendan Simon (eTRIX) wrote: > >> I upgraded to py2app 0.5.2 and now my app does not build :( >> I'm using OS X 10.6 and Python 2.5.4 from python.org. >> >> File >> "/Library/Frameworks/Python.framework/Versions/

Re: [Pythonmac-SIG] py2app 0.5.2 fails to copy main-i386 file

2011-03-10 Thread Ronald Oussoren
On 10 Mar, 2011, at 7:05, Brendan Simon (eTRIX) wrote: > I upgraded to py2app 0.5.2 and now my app does not build :( > I'm using OS X 10.6 and Python 2.5.4 from python.org. > > File > "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/shutil.py", > line 51, in copyfile > fs

[Pythonmac-SIG] py2app 0.5.2 fails to copy main-i386 file

2011-03-10 Thread Brendan Simon (eTRIX)
I upgraded to py2app 0.5.2 and now my app does not build :( I'm using OS X 10.6 and Python 2.5.4 from python.org. File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/shutil.py", line 51, in copyfile fsrc = open(src, 'rb') IOError: [Errno 2] No such file