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
"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
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
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