[Pythonmac-SIG] IDLE edit, format menus hang

2009-07-22 Thread Kevin Walzer
I'm trying to diagnose a problem with IDLE when it runs on top of Tk-Cocoa, as documented in this bug I filed: http://bugs.python.org/issue6463 Basically, the editor window hangs/freezes when I try to paste, cut, or format text. This requires me to force-quite IDLE. The behavior I'm observing

Re: [Pythonmac-SIG] py2app refresher

2009-07-22 Thread Ned Deily
In article <8129c203-842d-447f-8a3b-ed3cfda0b...@conncoll.edu>, Charles Hartman wrote: > I do wish all this were clearer. For people at home with various > things off in Terminal land it's simple enough. But there are a fair > number of people working with Python who want to do it on Mac bu

Re: [Pythonmac-SIG] py2app refresher

2009-07-22 Thread Charles Hartman
Date: Tue, 21 Jul 2009 19:52:31 -0700 From: Ned Deily To: pythonmac-sig@python.org Subject: Re: [Pythonmac-SIG] py2app refresher? Message-ID: Content-Type: text/plain; charset=US-ASCII mkdir /tmp/p2a cd /tmp/p2a svn co http://svn.pythonmac.org/py2app/py2app/trunk/ easy_install trunk/ Many th