[Tutor] Fwd: Fwd: : Turtle

Hershel Millman hershellearningcode at gmail.com
Fri Jun 24 03:19:17 EDT 2016


When I try to use turtle in pycharm, it doesn't work, but when I try to use
it in the terminal, it does work. Is it possible there is something wrong
with my pycharm that is not letting it run properly?

Thank you,

Hershel

---------- Forwarded message ----------
From: *Joaquin Alzola* <Joaquin.Alzola at lebara.com>
Date: Thursday, June 23, 2016
Subject: [Tutor] Fwd: : Turtle
To: Hershel Millman <hershel at themillmans.net>, "tutor at python.org" <
tutor at python.org>


I tested with 2.6 and it works.

>/System/Library/Frameworks/Python.framework/Versions/2.5/bin/python2.5
"/Users/Hershel/PycharmProjects/Project 1/practicefornotturtle.py"
>Traceback (most recent call last):
 > File "/Users/Hershel/PycharmProjects/Project 1/practicefornotturtle.py",
line 2, in <module>
 >  turtle.pendown()
>AttributeError: 'module' object has no attribute 'pendown'

Cannot access the documentation of the 2.5 to check if the pendown() is
there.
This email is confidential and may be subject to privilege. If you are not
the intended recipient, please do not copy or disclose its content but
contact the sender immediately upon receipt.
_______________________________________________
Tutor maillist  -  Tutor at python.org <javascript:;>
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor


More information about the Tutor mailing list