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


Groups > comp.lang.python > #41471

Re: [Python 3.3.0] Getting tkinter to work on Python 3

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 <yoursurrogategod@gmail.com>
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 <mailman.3467.1363632015.2939.python-list@python.org>
Complaints-To groups-abuse@google.com
Injection-Info glegroupsg2000goo.googlegroups.com; posting-host=70.188.179.16; posting-account=AvekzAoAAABj-TclKcOWQmXwA49MFPGX
References <CAJ=2b07Ji9z4QjPUdn6eEy7cGXeFnLByWKaDwna=7qc=Tb7Aug@mail.gmail.com> <CADDtcm_2xyTBfgQXV9aaMwo1QxxaPb6-De1UYm9+3bX7agnKTg@mail.gmail.com> <CAJ=2b05PE0LB0R_2mqsdAxoh6=cu83WVmLyNxM_p5dk+jxTSbg@mail.gmail.com> <mailman.3467.1363632015.2939.python-list@python.org>
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" <yoursurrogategod@gmail.com>
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 <python-list.python.org>
List-Unsubscribe <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Message-ID <mailman.3482.1363657944.2939.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Monday, March 18, 2013 2:39:57 PM UTC-4, Lele Gaifax wrote:
> "Yves S. Garret" <yo....@gmail.com> writes:
> 
> > I have.  This is what I did and the result that I'm seeing.
> >
> > $ sudo apt-get install python3-tk
> 
> 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.
> 
> Most probably, you need to install the proper development libraries and
> *recompile* the Python 3.3 interpreter:
> 
> # apt-get install tk-dev
> 
> ciao, lele.
> -- 
> nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri
> real: Emanuele Gaifas | comincerò 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 then 
after I re-compiled my interpreter just now, it's working.

Thanks for your help.

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


Thread

Re: [Python 3.3.0] Getting tkinter to work on Python 3 Lele Gaifax <lele@metapensiero.it> - 2013-03-18 19:39 +0100
  Re: [Python 3.3.0] Getting tkinter to work on Python 3 "Yves S. Garret" <yoursurrogategod@gmail.com> - 2013-03-18 18:52 -0700
    Re: [Python 3.3.0] Getting tkinter to work on Python 3 Terry Reedy <tjreedy@udel.edu> - 2013-03-18 23:39 -0400
  Re: [Python 3.3.0] Getting tkinter to work on Python 3 "Yves S. Garret" <yoursurrogategod@gmail.com> - 2013-03-18 18:52 -0700

csiph-web