[Python 3.3.0] Getting tkinter to work on Python 3

Lele Gaifax lele at metapensiero.it
Mon Mar 18 14:39:57 EDT 2013


"Yves S. Garret" <yoursurrogategod at 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 at metapensiero.it  |                 -- Fortunato Depero, 1929.




More information about the Python-list mailing list