Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!news2.arglkargh.de!news.albasani.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:: [': 0.03; 'interpreter': 0.04; 'subject:Python': 0.05; 'properly.': 0.07; '(it': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:Getting': 0.09; 'terry': 0.09; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'weird.': 0.16; 'wrote:': 0.17; 'compilation': 0.17; 'working.': 0.17; 'jan': 0.18; 'subject:] ': 0.19; 'equivalent': 0.20; 'work.': 0.23; 'installed': 0.23; 'seems': 0.23; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'compiled': 0.27; 'header:X -Complaints-To:1': 0.28; 'installed,': 0.29; 'to:addr:python- list': 0.33; 'doing': 0.35; 'pm,': 0.35; 'received:org': 0.36; 'ok,': 0.37; 'previous': 0.37; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'received:fios.verizon.net': 0.84; 'pc,': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: [Python 3.3.0] Getting tkinter to work on Python 3 Date: Mon, 18 Mar 2013 23:39:12 -0400 References: <5a9db8f4-c75e-466e-8e06-3e88d6ba93c0@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-173-75-251-66.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 In-Reply-To: <5a9db8f4-c75e-466e-8e06-3e88d6ba93c0@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1363664370 news.xs4all.nl 6844 [2001:888:2000:d::a6]:43355 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:41478 On 3/18/2013 9:52 PM, Yves S. Garret wrote: > Ok, it now seems to work. Weird. I had tk-dev installed (it seems) > and then after I re-compiled my interpreter just now, it's working. If your previous compilation was before tk-dev was installed, it will not have compiled _tkinter properly. On PC, one also has to re-compile after doing equivalent of downloading tk-dev. -- Terry Jan Reedy