Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #41448
| Path | csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!cs.uu.nl!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| 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; 'received:151': 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; 'packages.': 0.15; '3.3,': 0.16; 'emanuele': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'sudo': 0.16; "ubuntu's": 0.16; 'subject:] ': 0.19; 'libraries': 0.22; 'installed': 0.23; 'header :User-Agent:1': 0.26; 'installing': 0.27; 'header:X-Complaints- To:1': 0.28; 'writes:': 0.29; "i'm": 0.29; 'install': 0.29; 'you?': 0.32; 'to:addr:python-list': 0.33; "won't": 0.35; 'received:org': 0.36; "didn't": 0.36; 'does': 0.37; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'help': 0.40; 'your': 0.60; 'most': 0.61; 'apt-get': 0.84; 'probably,': 0.84; 'quando': 0.84; 'have.': 0.95 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Lele Gaifax <lele@metapensiero.it> |
| Subject | Re: [Python 3.3.0] Getting tkinter to work on Python 3 |
| Date | Mon, 18 Mar 2013 19:39:57 +0100 |
| Organization | Nautilus Entertainments |
| References | <CAJ=2b07Ji9z4QjPUdn6eEy7cGXeFnLByWKaDwna=7qc=Tb7Aug@mail.gmail.com> <CADDtcm_2xyTBfgQXV9aaMwo1QxxaPb6-De1UYm9+3bX7agnKTg@mail.gmail.com> <CAJ=2b05PE0LB0R_2mqsdAxoh6=cu83WVmLyNxM_p5dk+jxTSbg@mail.gmail.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 8bit |
| X-Gmane-NNTP-Posting-Host | 151.62.64.102 |
| User-Agent | Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
| Cancel-Lock | sha1:23GG5R+79M8bQLoRbIMMJhDVIJI= |
| 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> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3467.1363632015.2939.python-list@python.org> (permalink) |
| Lines | 21 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1363632015 news.xs4all.nl 6934 [2001:888:2000:d::a6]:54701 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:41448 |
Show key headers only | View raw
"Yves S. Garret" <yoursurrogategod@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. lele@metapensiero.it | -- Fortunato Depero, 1929.
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll 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