Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Laura Creighton Newsgroups: comp.lang.python Subject: Re: More tkinter Madness Date: Fri, 13 Nov 2015 20:56:00 +0100 Lines: 20 Message-ID: References: <708dhc-3pf1.ln1@oceanview.tundraware.com> <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: 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:98761 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