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