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


Groups > comp.lang.python > #41448

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

From Lele Gaifax <lele@metapensiero.it>
Subject Re: [Python 3.3.0] Getting tkinter to work on Python 3
Date 2013-03-18 19:39 +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>
Newsgroups comp.lang.python
Message-ID <mailman.3467.1363632015.2939.python-list@python.org> (permalink)

Show all headers | 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 | NextNext 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