Problem runing at Ubuntu 10.10 64 bits

Hello guys!

I’m using Ubuntu 10.10 64 bits, already instaled python-tk using Synaptic. But when I run Blender and try to creat a sculpt mesh that uses a Python script, that’s what I got:

Compiled with Python version 2.6.2.
Checking for installed Python… got it!
Traceback (most recent call last):
File “<string>”, line 1, in <module>
File “/home/myusername/Downloads/blender/.blender/scripts/primstar/add_mesh_sculpt_mesh.py”, line 50, in <module>
from Tkinter import *
File “/usr/lib/python2.6/lib-tk/Tkinter.py”, line 42, in <module>
raise ImportError, str(msg) + ‘, please install the python-tk package’
ImportError: /usr/lib/python2.6/lib-dynload/_tkinter.so: undefined symbol: PyFPE_jbuf, please install the python-tk package

Someone have an idea what’s going on, please?

Thanks!