Discussion:
tkinter (Tkinter ;-) )
tntsugar
2014-10-15 19:12:28 UTC
Permalink
hi guys,

can you help me please...

i installed python 3.4.2 and the IEP editor...

now i want to program a little thingy with a window, a button and some
entry fields that are connected to a simple calculation...

the IEP shows me "3.4.2 without GUI"...

strange... in the instalation i see the package being installed but when i
check in the command box i get a message that tkinter is not installed (yes
i tried both ways T and t...)...

any ideas on what i can do to start programming GUI with tkinter?

be well and greetings from the desert,

GD
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20141015/1880761d/attachment.html>
Terry Reedy
2014-10-15 19:25:33 UTC
Permalink
Post by tntsugar
hi guys,
can you help me please...
i installed python 3.4.2
What system?
Post by tntsugar
and the IEP editor...
I have no idea what that is.
Post by tntsugar
now i want to program a little thingy with a window, a button and some
entry fields that are connected to a simple calculation...
the IEP shows me "3.4.2 without GUI"...
strange... in the instalation i see the package being installed
Which package.
Post by tntsugar
but when
i check in the command box i get a message that tkinter is not installed
(yes i tried both ways T and t...)...
tkinter needs tcl/tk. The Windows installer installs this automtically.
The installer on other systems may not.
--
Terry Jan Reedy
Loading...