<div style="font-family:'lucida Grande',Verdana;font-size:14px;line-height:23px;background-color:rgb(255,255,255)"><div>tiger@ocean:~$ python3.2</div><div>Python 3.2.3 (default, Jul  1 2012, 11:07:14)</div><div>[GCC 4.4.5] on linux2</div>
<div>Type "help", "copyright", "credits" or "license" for more information.</div><div>>>> import tkinter</div><div>Traceback (most recent call last):</div><div>  File "<stdin>", line 1, in <module></div>
<div>  File "/usr/local/lib/python3.2/tkinter/__init__.py", line 39, in <module></div><div>    import _tkinter # If this fails your Python may not be configured for Tk</div><div>ImportError: No module named _tkinter</div>
<div>>>></div></div><div style="font-family:'lucida Grande',Verdana;font-size:14px;line-height:23px;background-color:rgb(255,255,255)"><br></div><div style="font-family:'lucida Grande',Verdana;font-size:14px;line-height:23px;background-color:rgb(255,255,255)">
i have installed  tk  ,how to use tkinker in python3.2?</div><div style="font-family:'lucida Grande',Verdana;font-size:14px;line-height:23px;background-color:rgb(255,255,255)"><br></div><div style="font-family:'lucida Grande',Verdana;font-size:14px;line-height:23px;background-color:rgb(255,255,255)">
in my computer ,i can use tkinter in python3</div><div style="font-family:'lucida Grande',Verdana;font-size:14px;line-height:23px;background-color:rgb(255,255,255)"><div>tiger@ocean:~$ python3</div><div>Python 3.1.3 (r313:86834, Nov 28 2010, 11:28:10)</div>
<div>[GCC 4.4.5] on linux2</div><div>Type "help", "copyright", "credits" or "license" for more information.</div><div>>>> import tkinter</div><div>>>></div></div><div style="font-family:'lucida Grande',Verdana;font-size:14px;line-height:23px;background-color:rgb(255,255,255)">
what is the matter?</div>