[Tutor] tkinter

2018-09-30 Thread Jorge Herrera
Hello, I'm new to Python and I've been having a frustrating time with python because I'm trying to import tkinter and it's saying that tkinter is not defined, that it doesn't exist and now i'm not able to run some of my programs since it states that there is no module named tkinter. If you could he

Re: [Tutor] tkinter

2018-09-30 Thread Alan Gauld via Tutor
On 30/09/18 02:22, Jorge Herrera wrote: > Hello, I'm new to Python and I've been having a frustrating time with > python because I'm trying to import tkinter and it's saying that tkinter is > not defined, that it doesn't exist That suggests that Tkinter is not installed on your system. What OS ar

Re: [Tutor] tkinter

2018-09-30 Thread Mark Lawrence
On 30/09/18 08:47, Alan Gauld via Tutor wrote: On 30/09/18 02:22, Jorge Herrera wrote: Hello, I'm new to Python and I've been having a frustrating time with python because I'm trying to import tkinter and it's saying that tkinter is not defined, that it doesn't exist That suggests that Tkinter