I have an old computer that doesn't have internet access. It does have Python 2.6 which supposedly has Tkinter. The problem is, it returns an error that Tkinter module is not installed. I searched the net, and saw that I may have to manually install tcl/tk. Done. I tried
import _tkinter
Still no module. How can I use Tkinter on a machine with no net access? On my laptop, I had to install Tkinter from the repositories, but this isn't an option for the old Celeron. So is it installed or not?