Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#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 Changed 9 years ago by ggamba

Cc: gabriele.gamba@… added

comment:2 Changed 9 years ago by Yuri Dario

Resolution: wontfix
Status: newclosed

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...)

comment:3 Changed 9 years ago by ggamba

Thank you Yuri,

I'll try PyQt? in the meantime.

Note: See TracTickets for help on using tickets.