apt-get install tk-dev cd ./python3.2.3 ./cpnfigure make make install
ok root@ocean:/home/tiger/Python-3.2.3# python3.2 Python 3.2.3 (default, Jul 2 2012, 21:23:34) [GCC 4.4.5] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import tkinter >>> haha,think Serhiy Storchaka 2012/7/1 Serhiy Storchaka <storch...@gmail.com> > On 01.07.12 07:25, contro opinion wrote: > >> i have installed tk ,how to use tkinker in python3.2? >> > > You must install tk-dev (or whatever it's called on your system) before > Python building (don't forget to rerun configure). > > -- > http://mail.python.org/**mailman/listinfo/python-list<http://mail.python.org/mailman/listinfo/python-list> >
-- http://mail.python.org/mailman/listinfo/python-list