Re: [Tutor] turtle on linux

2016-06-24 Thread Alan Gauld via Tutor
On 24/06/16 09:02, Hershel Millman wrote: > mean by "package manager", so if you could enlighten me, that would be > immensely appreciated. I meant to add that on Fedora the package manager seems to be called PackageKit... There are also command line tools (yum, DNF and rpm) but I'm guessing you'

Re: [Tutor] turtle on linux

2016-06-24 Thread Alan Gauld via Tutor
On 24/06/16 09:02, Hershel Millman wrote: > I tried to import Tkinter and I got this message: > > Traceback (most recent call last): > File "", line 1, in > ImportError: No module named Tkinter > > > And since I am running Linux, you may be under the false impression that I > know what I am d

Re: [Tutor] turtle on linux

2016-06-24 Thread Hershel Millman
I tried to import Tkinter and I got this message: Traceback (most recent call last): File "", line 1, in ImportError: No module named Tkinter And since I am running Linux, you may be under the false impression that I know what I am doing when it comes to using Linux. I have no idea what you m

Re: [Tutor] turtle on linux

2016-06-24 Thread Alan Gauld via Tutor
On 24/06/16 01:21, Hershel Millman wrote: > 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. im

[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 "