#147 closed defect (wontfix)
tkinter working?
Reported by: | ggamba | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | python | Version: | |
Severity: | low | Keywords: | tkinter gui |
Cc: | gabriele.gamba@… |
Description
Hi all,
I installed python-tools package, and it took tkinter package as dependency. But whenever I try to run something from the \Demo\tkinter directory, I always get an error:
C:\usr\lib\python2.7\Demo\tkinter\matt>python 00-HELLO-WORLD.py
Traceback (most recent call last):
File "00-HELLO-WORLD.py", line 1, in <module>
from Tkinter import *
File "C:/usr/lib/python2.7/lib-tk/Tkinter.py", line 39, in <module>
import _tkinter # If this fails your Python may not be configured for Tk
ImportError: No module named _tkinter
Is this expected to work? Any hint?
Thanks a lot
Gabriele
Change History (3)
comment:1 by , 9 years ago
Cc: | added |
---|
comment:2 by , 9 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
tkinter builds but since there isn't a tcl/tk package available I doubt it can work. It will be nice to have it working, but probably requires some tcl/tk updating (we have a PM interface for tcl...)