how to use tkinter in python3.2?

contro opinion contropinion at gmail.com
Mon Jul 2 09:28:59 EDT 2012


apt-get install  tk-dev
cd  ./python3.2.3
./cpnfigure
make
make install


ok

root at 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 <storchaka at 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>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20120702/fe9363ad/attachment.html>


More information about the Python-list mailing list