[Tutor] serious problem with graphics module

roberto roberto03 at gmail.com
Sun May 24 23:03:24 CEST 2009


hello everyone
i have a problem with python 3.0 graphics module:

no problem while importing the module
>>> import turtle

but when i issue any command like:
>>> t = turtle.pen()
>>> t = turtle.forward(60)

nothing appears on the screen, only a blank window, with nothing inside;
may you give me some hint ?


OS: win Xp

thank you in advance !

-- 
roberto


More information about the Tutor mailing list