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