Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #98799
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Christian Gollwitzer <auriocus@gmx.de> |
| Newsgroups | comp.lang.python, comp.lang.tcl |
| Subject | Re: More tkinter Madness |
| Date | Sat, 14 Nov 2015 09:14:09 +0100 |
| Organization | A noiseless patient Spider |
| Lines | 48 |
| Message-ID | <n26qc8$8fl$1@dont-email.me> (permalink) |
| References | <708dhc-3pf1.ln1@oceanview.tundraware.com> <mailman.252.1447295160.16136.python-list@python.org> <v8nfhc-epd2.ln1@oceanview.tundraware.com> <mailman.283.1447389990.16136.python-list@python.org> <fr9ghc-c5i2.ln1@oceanview.tundraware.com> <n2400v$h96$1@dont-email.me> <0dphhc-ntf.ln1@oceanview.tundraware.com> <n25klu$rij$1@dont-email.me> <56465FE2.40701@tundraware.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=windows-1252; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Injection-Date | Sat, 14 Nov 2015 08:11:52 -0000 (UTC) |
| Injection-Info | mx02.eternal-september.org; posting-host="09360e0ab07672f4bcf79b9f96c5414e"; logging-data="8693"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/Qk1i+hnmTntBfcyVzdEFf86zmQrhTMaU=" |
| User-Agent | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
| In-Reply-To | <56465FE2.40701@tundraware.com> |
| Cancel-Lock | sha1:YcD7HdpiibC1anklYyhjKgceCkc= |
| Xref | csiph.com comp.lang.python:98799 comp.lang.tcl:21781 |
Cross-posted to 2 groups.
Show key headers only | View raw
Am 13.11.15 um 23:10 schrieb Tim Daneliuk: > 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. I am still not understanding, what actually happened. Does the wish shell crash, does it simply exit, or hang? Is there no error message? You can try if a different/newer version works for your setup. For example, you could download a copy of a tclkit from here: http://tclkits.rkeene.org/fossil/wiki/Downloads presumably the 8.6.3 version for RHEL5, and try if it runs a script like this # the next line should make an empty window appear package require Tk # this line should create the button in it pack [button .b -text Hello -command exit] If this does work, then installing Tcl/Tk from scratch (i.e. copmiling yourself) might work. (Unfortunately, you cannot make tkinter work with a Tclkit) Christian
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
More tkinter Madness Tim Daneliuk <tundraBOGUS@tundraware.com> - 2015-11-11 19:52 -0600
Re: More tkinter Madness Paul Rubin <no.email@nospam.invalid> - 2015-11-11 18:12 -0800
Re: More tkinter Madness Tim Daneliuk <tundraBOGUS@tundraware.com> - 2015-11-12 18:26 -0600
Re: More tkinter Madness Chris Angelico <rosuav@gmail.com> - 2015-11-12 13:25 +1100
Re: More tkinter Madness Tim Daneliuk <tundraBOGUS@tundraware.com> - 2015-11-12 18:25 -0600
Re: More tkinter Madness Michael Torrie <torriem@gmail.com> - 2015-11-12 21:46 -0700
Re: More tkinter Madness Tim Daneliuk <tundraBOGUS@tundraware.com> - 2015-11-12 23:42 -0600
Re: More tkinter Madness Christian Gollwitzer <auriocus@gmx.de> - 2015-11-13 07:32 +0100
Re: More tkinter Madness Tim Daneliuk <tundraBOGUS@tundraware.com> - 2015-11-13 13:14 -0600
Re: More tkinter Madness Laura Creighton <lac@openend.se> - 2015-11-13 20:56 +0100
Re: More tkinter Madness Tim Daneliuk <tundraBOGUS@tundraware.com> - 2015-11-13 16:10 -0600
Re: More tkinter Madness Michael Torrie <torriem@gmail.com> - 2015-11-13 12:58 -0700
Re: More tkinter Madness Tim Daneliuk <tundraBOGUS@tundraware.com> - 2015-11-13 16:09 -0600
Re: More tkinter Madness Christian Gollwitzer <auriocus@gmx.de> - 2015-11-13 22:30 +0100
Re: More tkinter Madness Tim Daneliuk <tundraBOGUS@tundraware.com> - 2015-11-13 16:10 -0600
Re: More tkinter Madness Christian Gollwitzer <auriocus@gmx.de> - 2015-11-14 09:14 +0100
csiph-web