roberto schrieb:
On Wed, Jul 22, 2009 at 7:06 PM, Alan Gauld<alan.ga...@btinternet.com> wrote:
"roberto" <robert...@gmail.com> wrote
i'd like to download the demo/turtle directory but i could not find
the correct link;

i need it to run the exampled cited in
http://docs.python.org/library/turtle.html

can you tell me where to find it ?
my version is 2.6.2
I believe the new turtle module should be installed as standard on 2.6.
So the example code should just work.

Which OS are you on? Some Linux versions of Python don't have Tkinter loaded
and that  will probably prevent turtle from running...
What happens when you try it? Do you get an error message?
the os is Xp;
the problem is simply i cannot find this directory  in my current
python installation folder ...
If you want only to download the demos (including the demoViewer) you can do it from here:

http://svn.python.org/view/python/trunk/Demo/turtle/

or if you use Python 3.1 from here (with two additional examples):

http://svn.python.org/view/python/branches/py3k/Demo/turtle/

The turtle module in Python 3.1 has a few enhancements (see docs)
and also two bugfixes.

Regards,
Gregor

--



_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to