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 <tutor@python.org> wrote: > On 24/06/16 01:21, Hershel Millman wrote: > > Th

[Tutor] Fwd: Fwd: : Turtle

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

[Tutor] Fwd: Fwd: : Turtle

2016-06-24 Thread Hershel Millman
* <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.

[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
tutor@python.org 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.) &

[Tutor] Fwd: Fwd: : Turtle

2016-06-24 Thread Hershel Millman
ssage: > From: Alan Gauld via Tutor <tutor@python.org> > Date: June 23, 2016 4:44:15 PM MST > To: tutor@python.org > Subject: Re: [Tutor] Fwd: : Turtle > Reply-To: Alan Gauld <alan.ga...@yahoo.co.uk> > > On 23/06/16 22:13, Hershel Millman wrote: &g

[Tutor] Fwd: : Turtle

2016-06-23 Thread Hershel Millman
in forwarded message: > From: Alan Gauld via Tutor <tutor@python.org> > Date: June 23, 2016 12:12:39 AM MST > To: tutor@python.org > Subject: Re: [Tutor] : Turtle > Reply-To: Alan Gauld <alan.ga...@yahoo.co.uk> > > On 23/06/16 01:52, Hershel Millman wrote: >>

[Tutor] Fwd: Fwd: Fwd: Turtle

2016-06-23 Thread Hershel Millman
> Date: June 19, 2016 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

[Tutor] Fwd: Fwd: Turtle

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

[Tutor] Fwd: Turtle

2016-06-19 Thread Hershel Millman
Begin forwarded message: > From: Hershel Millman <hers...@themillmans.net> > Date: June 18, 2016 2:39:21 PM MST > To: Steven D'Aprano <st...@pearwood.info> > Subject: Re: [Tutor] Turtle > > Steven, > > I followed your instruction and typed "impo

[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