Re: [Tutor] turtle on linux

2016-06-24 Thread Hershel Millman
a what you mean by "package manager", so if you could enlighten me, that would be immensely appreciated. Thank you, Hershel On Fri, Jun 24, 2016 at 12:24 AM, Alan Gauld via Tutor wrote: > On 24/06/16 01:21, Hershel Millman wrote: > > This is from my terminal on Fedora 24

[Tutor] Fwd: Fwd: : Turtle

2016-06-24 Thread Hershel Millman
d of 2.5? (I have python 2.6 in the same "versions" folder as 2.5) Thank you, Hershel -- Forwarded message -- From: *Alan Gauld via Tutor* Date: Friday, June 24, 2016 Subject: [Tutor] Fwd: : Turtle To: tutor@python.org On 24/06/16 03:02, Hershel Millman wrote: > It

[Tutor] Fwd: Fwd: : Turtle

2016-06-24 Thread Hershel Millman
Date: Thursday, June 23, 2016 Subject: [Tutor] Fwd: : Turtle To: Hershel Millman , "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/practi

[Tutor] turtle on linux

2016-06-24 Thread Hershel Millman
This is from my terminal on Fedora 24: [hmillman@localhost ~]$ python Python 2.7.10 (default, Sep 24 2015, 17:50:09) [GCC 5.1.1 20150618 (Red Hat 5.1.1-4)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import turtle Traceback (most recent call last): File "

[Tutor] Fwd: Fwd: : Turtle

2016-06-24 Thread Hershel Millman
On Thu, Jun 23, 2016 at 02:13:56PM -0700, Hershel Millman wrote: > What I typed was: > > import turtle > turtle.pendown() What do you get if you print turtle.__file__? > (And pendown was highlighted in pycharm, indicating that it was not a valid command.) > > The err

[Tutor] Fwd: Fwd: : Turtle

2016-06-24 Thread Hershel Millman
gin forwarded message: > From: Alan Gauld via Tutor > Date: June 23, 2016 4:44:15 PM MST > To: tutor@python.org > Subject: Re: [Tutor] Fwd: : Turtle > Reply-To: Alan Gauld > > On 23/06/16 22:13, Hershel Millman wrote: >> What I typed was: >> >> import turt

[Tutor] Fwd: : Turtle

2016-06-23 Thread Hershel Millman
you, Hershel Begin forwarded message: > From: Alan Gauld via Tutor > Date: June 23, 2016 12:12:39 AM MST > To: tutor@python.org > Subject: Re: [Tutor] : Turtle > Reply-To: Alan Gauld > > On 23/06/16 01:52, Hershel Millman wrote: >> I found the turtle module

[Tutor] Fwd: Fwd: Fwd: Turtle

2016-06-23 Thread Hershel Millman
6 6:24:29 PM MST > To: tutor@python.org > Subject: Re: [Tutor] Fwd: Fwd: Turtle > > On Sun, Jun 19, 2016 at 04:21:28PM -0700, Hershel Millman wrote: > >> I entered "import turtle" instead of "from turtle import * ", but it >> looks as if it did not import t

[Tutor] Fwd: Fwd: Turtle

2016-06-19 Thread Hershel Millman
, 2016 1:47:44 AM MST > To: tutor@python.org > Subject: Re: [Tutor] Fwd: Turtle > Reply-To: Alan Gauld > > On 19/06/16 04:46, Hershel Millman wrote: > >>> In pycharm, when I enter the following, it replies with the following error >>> message: >>>

[Tutor] Fwd: Turtle

2016-06-19 Thread Hershel Millman
Begin forwarded message: > From: Hershel Millman > Date: June 18, 2016 2:39:21 PM MST > To: Steven D'Aprano > Subject: Re: [Tutor] Turtle > > Steven, > > I followed your instruction and typed "import turtle" into the terminal on my > mac, and

[Tutor] Turtle

2016-06-18 Thread Hershel Millman
Hello tutors, I have been learning basic python on my Macintosh computer and everything I have tried so far has worked, except when I tried to use the turtle module. I then used my Linux computer and the turtle module still did not work. I tried to use the command line and type "sudo dnf instal