Re: [Tutor] new turtle module

2010-11-16 Thread roberto
On Fri, Oct 8, 2010 at 1:11 AM, Alan Gauld wrote: > > "roberto" 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. > t

Re: [Tutor] new turtle module

2010-10-07 Thread Alan Gauld
"roberto" 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. HTH, Alan G ___ Tu

Re: [Tutor] new turtle module

2010-10-07 Thread Vern Ceder
On Thu, Oct 7, 2010 at 1:19 PM, roberto wrote: > hello, > i want to use the turtle module described in > http://docs.python.org/library/turtle.html > > since the module in my python2.5 is a little bit outdated; > > is it correct to overwrite the turtle.py and turtle.pyc files in my current > '/us

[Tutor] new turtle module

2010-10-07 Thread roberto
hello, i want to use the turtle module described in http://docs.python.org/library/turtle.html since the module in my python2.5 is a little bit outdated; is it correct to overwrite the turtle.py and turtle.pyc files in my current '/usr/lib/python2.5/lib-tk/' directory with the ones holding the sa