View Single Post
Old 05-23-2019, 07:37 PM   #66
Gregg Bell
Gregg Bell
Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.Gregg Bell ought to be getting tired of karma fortunes by now.
 
Gregg Bell's Avatar
 
Posts: 2,266
Karma: 3917598
Join Date: Jan 2013
Location: Itasca, Illinois
Device: Kindle Touch 7, Sony PRS300, Fire HD8 Tablet
Quote:
Originally Posted by DNSB View Post
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 View Post
Change python3 to python for the python 2 version.
How would I be changing that?

Quote:
Originally Posted by DNSB View Post

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 View Post
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)?
Gregg Bell is offline   Reply With Quote