Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #98761

Re: More tkinter Madness

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Laura Creighton <lac@openend.se>
Newsgroups comp.lang.python
Subject Re: More tkinter Madness
Date Fri, 13 Nov 2015 20:56:00 +0100
Lines 20
Message-ID <mailman.301.1447444567.16136.python-list@python.org> (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>
Mime-Version 1.0
Content-Type text/plain; charset="us-ascii"
X-Trace news.uni-berlin.de GznNaHERUC5azQNRtjydmw3nICANrf90ZN/HE0V66q+Q==
Return-Path <lac@openend.se>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; '-command': 0.16; '>on': 0.16; 'already,': 0.16; 'appears.': 0.16; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'reinstalled': 0.16; 'subject:More': 0.16; 'wrote:': 0.16; 'app': 0.16; 'laura': 0.18; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'am,': 0.23; 'appears': 0.23; 'this:': 0.23; 'tim': 0.24; 'fri,': 0.27; 'not.': 0.27; 'received:se': 0.29; 'tcl': 0.29; 'cc:no real name:2**1': 0.29; 'window': 0.30; 'run': 0.33; 'next': 0.35; 'nov': 0.35; 'basic': 0.36; 'subject:: ': 0.37; 'charset:us- ascii': 0.37; 'christian': 0.38; 'header:Message-Id:1': 0.61; 'gollwitzer': 0.84; 'header:In-reply-to:1': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=openend.se; s=default; t=1447444562; bh=JvWkKLxxb6x5PSI86Q4rS1tzGUeyHM6Yshb3P3oWktc=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=0Jjae59c9SfXlAdmqIfNz4cGrNR+VUqsf74p0V3nSB1U/MGjTgUngeNu5L0hzqUQw I0qUtA7xrdsPBijisxok3paxDyGB88sgjDvQylsmsXH82qk4A6ty1d4u7VngsBNWRI JxtePB8IkMABiMS/189wArEkDL0QMWb5XMONl8w8=
In-reply-to <0dphhc-ntf.ln1@oceanview.tundraware.com>
Comments In-reply-to Tim Daneliuk <tundraBOGUS@tundraware.com> message dated "Fri, 13 Nov 2015 13:14:08 -0600."
Content-ID <26606.1447444560.1@fido>
X-Greylist Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Fri, 13 Nov 2015 20:56:02 +0100 (CET)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Xref csiph.com comp.lang.python:98761

Show key headers only | View raw


In a message of Fri, 13 Nov 2015 13:14:08 -0600, Tim Daneliuk writes:
>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.
>
>tkinter appears borked
>
>I have reinstalled once already, will try again

Next idea.

Try to run a basic Tk app and a basic Tcl one.  See if they work or not.

Laura

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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