Re: [Pythonmac-SIG] Shortcut for IDLE on Mac OS X (LEOPARD)

2009-10-07 Thread Michael Crawford
On Wed, Oct 7, 2009 at 3:05 PM, Gregor Lingl wrote: > Yes, I want to do interactive turtle graphics. (In fact I've written a book, > "Python für Kids" and I was asked by a reader how to do it on a Mac.) I'm very interested to hear more about your book. Do you also have an English translation? F

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

Re: [Pythonmac-SIG] Tkinter apps hang upon quitting

2008-07-22 Thread Michael Crawford
On Tue, Jul 22, 2008 at 6:22 AM, Kevin Walzer <[EMAIL PROTECTED]> wrote: > What version of Tcl/Tk do you have installed? Actually, I'm not real sure. I assumed that they were bundled with the MacPython 2.5.2 download, but a long time ago I built Tcl and Tk 8.4.11 from source. Do I need to build

[Pythonmac-SIG] Tkinter apps hang upon quitting

2008-07-22 Thread Michael Crawford
Hi, I'm new to the list, and new to Tkinter. I'm working my way through the Tkinter tutorial, but every time I try to quit a Tkinter program, it hangs with the spinning cursor, and won't completely quit. This happens with even very simple programs, and doesn't seem to have anything to do with my

[Pythonmac-SIG] Run Tkinter from PythonIDE?

2005-09-03 Thread Michael Crawford
Greetings, I just joined the list. I just built Python from source so I could do GUI programming on OS X. When I try to run a very simple Tkinter script from the IDE, it immediately quits, crashes I guess. But it runs OK when I try it from the command line in Terminal. Here is all it is: f