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.alz...@lebara.com>
Date: Thursday, June 23, 2016
Subject: [Tutor] Fwd: : Turtle
To: Hershel Millman <hers...@themillmans.net>, "tutor@python.org" <
tutor@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@python.org <javascript:;>
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to