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] using py-appscript

2008-09-11 Thread has
David Morley wrote: > I can use (Python) appscript reasonably well, if I know exactly what > "components" I am looking for, e.g., > > app('TextEdit').documents['Read Me'].paragraphs[1].get() > > But if I'm faced with a new application I don't know where to start. > Is there any way to interactiv

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 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

[Pythonmac-SIG] modulegraph bug

2008-09-11 Thread Russell E. Owen
modulegraph 0.7.2.dev_r21-py2.5 has the following bug (which may be in other versions as well) which causes this error: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-pac kages/py2app-0.4.2-py2.5.egg/py2app/build_app.py", line 579,

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: 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=

[Pythonmac-SIG] BBEdit 9

2008-09-11 Thread Russell E. Owen
BBEdit 9.0 is out and it is a significant update. At risk of sounding like an advertisement, changes that I particularly appreciate are: - The Find/Replace is finally modal (though there is a preference to make it modal if you prefer). It has a cleaner design and the checkboxes all work independ

Re: [Pythonmac-SIG] BBEdit 9

2008-09-11 Thread Michael Crawford
On Thu, Sep 11, 2008 at 3:11 PM, Russell E. Owen <[EMAIL PROTECTED]> wrote: > BBEdit 9.0 is out and it is a significant update. ... > Of course there are many other fine Mac editors and everybody's taste is > different. But if you are looking for an editor then BBEdit 9 is > definitely worth a look