Path: csiph.com!news.swapon.de!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!tundraware.eternal-september.org!.POSTED!not-for-mail From: Tim Daneliuk Newsgroups: comp.lang.python Subject: Re: More tkinter Madness Date: Fri, 13 Nov 2015 16:10:42 -0600 Organization: A noiseless patient Spider Lines: 21 Message-ID: <56465FE2.40701@tundraware.com> References: <708dhc-3pf1.ln1@oceanview.tundraware.com> <0dphhc-ntf.ln1@oceanview.tundraware.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Injection-Info: tundraware.eternal-september.org; posting-host="5a15fedc1d2651a6099f1673ffb218fd"; logging-data="7648"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+srNitK/JRABZ3YufyBVTIUgmPkR2BAQM=" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 In-Reply-To: Cancel-Lock: sha1:+FEAv7qb9+CLLK+ThpUVn4P/uPw= Xref: csiph.com comp.lang.python:98776 On 11/13/2015 03:30 PM, Christian Gollwitzer wrote: > Am 13.11.15 um 20:14 schrieb Tim Daneliuk: >> On 11/13/2015 12:32 AM, Christian Gollwitzer wrote: >>> Apfelkiste:Sources chris$ >> >> Well, I get window and when I do this: >> >> pack [button .b -text Hello -command exit] >> >> Nothing appears. > > No error, nothing? Just to be sure, you haven't closed the empty window, that appeared when you typed "wish"? and copied the command into the wish prompt? > >> tkinter appears borked >> I have reinstalled once already, will try again > > This is using pure Tcl/Tk. If it is not working, reinstall the corresponding packages in your distro. tkinter is merely the Python interface to those. > > Christian Yep tcl/tk is the culprit, but reinstalling has not helped.