On Fri, Jun 6, 2008 at 2:26 PM, <[EMAIL PROTECTED]> wrote: > I am working through _Think Python_ in spare time at work on a Windows > machine (so another OS is not an option). I can't get TurtleWorld to run > as described in the book
Try using TurtleWorld without IDLE. IDLE is a Tkinter program itself and it doesn't always play well with other Tkinter programs such as TurtleWorld. I was able to use TW from a DOS window on WinXP. Kent _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
