Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsreader4.netcologne.de!news.netcologne.de!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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'subject:: [': 0.03; 'interpreter': 0.04; 'subject:Python': 0.05; 'python': 0.09; '(it': 0.09; 'subject:Getting': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; 'packages.': 0.15; '3.3,': 0.16; 'emanuele': 0.16; 'sudo': 0.16; "ubuntu's": 0.16; 'weird.': 0.16; 'wrote:': 0.17; 'working.': 0.17; 'subject:] ': 0.19; 'libraries': 0.22; 'help.': 0.22; 'cc:2**0': 0.23; 'work.': 0.23; 'monday,': 0.23; 'installed': 0.23; 'seems': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply- To:1': 0.25; 'header:User-Agent:1': 0.26; 'installing': 0.27; 'writes:': 0.29; "i'm": 0.29; 'install': 0.29; 'you?': 0.32; 'received:google.com': 0.34; 'thanks': 0.34; "won't": 0.35; "didn't": 0.36; 'ok,': 0.37; 'does': 0.37; 'help': 0.40; 'your': 0.60; 'most': 0.61; '2013': 0.84; 'apt-get': 0.84; 'probably,': 0.84; 'quando': 0.84; 'have.': 0.95 X-Received: by 10.50.150.180 with SMTP id uj20mr182841igb.7.1363657941271; Mon, 18 Mar 2013 18:52:21 -0700 (PDT) Newsgroups: comp.lang.python Date: Mon, 18 Mar 2013 18:52:20 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=70.188.179.16; posting-account=AvekzAoAAABj-TclKcOWQmXwA49MFPGX References: User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 70.188.179.16 MIME-Version: 1.0 Subject: Re: [Python 3.3.0] Getting tkinter to work on Python 3 From: "Yves S. Garret" To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org 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: , Message-ID: Lines: 27 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1363657944 news.xs4all.nl 6938 [2001:888:2000:d::a6]:38228 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:41471 On Monday, March 18, 2013 2:39:57 PM UTC-4, Lele Gaifax wrote: > "Yves S. Garret" writes: >=20 > > I have. This is what I did and the result that I'm seeing. > > > > $ sudo apt-get install python3-tk >=20 > You installed a "custom" python 3.3, didn't you? So it does not help > installing Ubuntu's python3-tk: your python3.3 interpreter won't even > look into "system" packages. >=20 > Most probably, you need to install the proper development libraries and > *recompile* the Python 3.3 interpreter: >=20 > # apt-get install tk-dev >=20 > ciao, lele. > --=20 > nickname: Lele Gaifax | Quando vivr=F2 di quello che ho pensato ieri > real: Emanuele Gaifas | comincer=F2 ad aver paura di chi mi copia. > le..@metapensiero.it | -- Fortunato Depero, 1929. Ok, it now seems to work. Weird. I had tk-dev installed (it seems) and th= en=20 after I re-compiled my interpreter just now, it's working. Thanks for your help.