[Tutor] TurtleWorld Windows issue

Kent Johnson kent37 at tds.net
Fri Jun 6 22:43:40 CEST 2008


On Fri, Jun 6, 2008 at 2:26 PM,  <odispam at sonic.net> 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


More information about the Tutor mailing list