Quote:
Originally Posted by DNSB
You might need to add tkinter from your repository. Last time I did this on an Ubuntu distributions, I think the command line was something like:
sudo apt-get install python3-tk
|
Thanks David. That I get. But I don't know what you mean by the below.
Quote:
Originally Posted by DNSB
Change python3 to python for the python 2 version.
|
How would I be changing that?
Quote:
Originally Posted by DNSB
After the install, enter either python or python3 in a terminal session. If this works, then enter import tkinter. If that looks happy with no error message, you should be good to go.
|
This is over my head. Just enter python or python3 in a terminal and hit the Enter key. <--That I get. If no errors, then import tkinter. How am I importing tkinter?
Quote:
Originally Posted by DNSB
Watch the case carefully since there are differences in python 2 and python 3. I seem to remember python 2 used Tkinter while python 3 uses tkinter (at least under Suse Tumbleweed).
|
I'm sure this would all work if I weren't the one trying to do it. lol Think you could give me step by step instructions for a really slow person (me)?