does tkinter come installed with python 2.7?
Hi there, I have been using the Bionic 32 Puppy Linux distro. Big thanks to anyone/everyone who worked on it.
I am trying to use Tkinter GUI along with the python 2.7 that comes pre-installed.
when I try import Tkinter with statements like from Tkinter import *, It does not want to import.
There appear to be Tkinter files on the system in the folder:
/usr/lib/python2.7/lib-tk/
It looks like there are modules for tkFileDialog Tkinter.py turtle.py, etc, probably about 20 modules in that folder.
I even copied the contents of that folder into my local project folder but the modules don't seem to load or work.
I was wondering if I need to do something else to get Tkinter to work.
I was really hoping not to have to install anything else to achieve the use of Tkinter GUI,
because I am writing a program that will run directly after initial load, and I am trying to keep the OS
as lightweight as possible.
Thanks to anyone who can give me some insight on how to proceed.
Thanks,
Gary