Re: [Pythonmac-SIG] Please help! py2app broken: solved

2008-09-11 Thread Russell E. Owen
I fixed easy_install, changing the line that uses log (and causes a crash) to a print statement (so that easy_install would work). I then installed: easy_install setuptools==dev06 easy_install py2app==dev this complained about not being able to find modulegraph, so... easy_install modulegraph=

Re: [Pythonmac-SIG] Please help! py2app broken

2008-09-11 Thread Christopher Barker
David Hostetler wrote: This is all probably moot soon, as I don't expect the setuptools guys to allow the problem to persist at large. Well, I don't know their release plans, but this bug has been out there, and patches offered, for quite a few months without a new release. oh well, -Chris

Re: [Pythonmac-SIG] Please help! py2app broken

2008-09-11 Thread David Hostetler
On Thu, Sep 11, 2008 at 11:25 AM, James Kelly <[EMAIL PROTECTED]> wrote: > Alternatively you can also use svn 1.4.4. That's not always a palatable option -- subversion tends to fall into the category of 'system package' and it can be cumbersome to swim against the tide of a package update, as y

Re: [Pythonmac-SIG] Please help! py2app broken

2008-09-11 Thread Christopher Barker
James Kelly wrote: Alternatively you can also use svn 1.4.4. Yes, you can, and if had to do it all over again, I would not upgrade just yet. However, when you use an SVN1.5 client, it res-structures your local sandbox(s), so you can't just go back and use the old client again. You can sta

Re: [Pythonmac-SIG] Please help! py2app broken

2008-09-11 Thread James Kelly
Alternatively you can also use svn 1.4.4. Jim On 9/10/08 8:01 PM, "Christopher Barker" <[EMAIL PROTECTED]> wrote: > Russell E. Owen wrote: >> I was able to run py2app fine until recently. I think the only thing I >> did was upgrade to svn 1.5.1. Now I see this: > > Russell, > > this is a tota

Re: [Pythonmac-SIG] Please help! py2app broken

2008-09-10 Thread Christopher Barker
Russell E. Owen wrote: I was able to run py2app fine until recently. I think the only thing I did was upgrade to svn 1.5.1. Now I see this: Russell, this is a total WAG, but I know that setuptools has an incompatibility with svn 1.5 -- it tries to parse the .svn files, and crashes out. It as

[Pythonmac-SIG] Please help! py2app broken

2008-09-10 Thread Russell E. Owen
I was able to run py2app fine until recently. I think the only thing I did was upgrade to svn 1.5.1. Now I see this: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-pac kages/py2app-0.3.6-py2.5.egg/py2app/build_app.py", line 548, in