I'm new to python and I don't know how to get past the following error. It seems to indicate that Python can't find a module (Tkinter) required by your program. Any help is greatly appreciated.
$ python pymprovisator.py -g
Traceback (most recent call last):
File "pymprovisator.py", line 69, in ?
from modules import ui
File "modules/ui.py", line 7, in ?
from Tkinter import *
ImportError: No module named Tkinter
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm new to python and I don't know how to get past the following error. It seems to indicate that Python can't find a module (Tkinter) required by your program. Any help is greatly appreciated.
$ python pymprovisator.py -g
Traceback (most recent call last):
File "pymprovisator.py", line 69, in ?
from modules import ui
File "modules/ui.py", line 7, in ?
from Tkinter import *
ImportError: No module named Tkinter
I solved the problem by downloading and installing python2-tkinter-2.2.1-2.i386.rpm from http://www.python.org/2.2.1/rpms.html.
Hello Ken.
I see you have solved the problem by yourself.
Thanks for using the programs.
Happy playing!
--
David.