On Fri, Oct 8, 2010 at 1:11 AM, Alan Gauld <[email protected]> wrote: > > "roberto" <[email protected]> wrote > >> is it correct to overwrite the turtle.py and turtle.pyc files > > I'd overwrite the .py file but get Python to generate a new .pyc for you > just to ensure compatibility. > > just type import turtle at the >>> prompt. >
thanks it works -- roberto _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
