configure tkinter (Tkinter)

I wish I hadn’t started this project in python, but I am mucking through it. Does anyone have suggestions on how to use tkinter on BBB. I have run
opkg install python-tkinter
When I try:
`
import Tkinter or import tkinter

`
All I get back is:

`

File “/usr/lib/python2.7/lib-tk/Tkinter.py”, line 39, in
import _tkinter # If this fails your Python may not be configured for Tk
ImportError: No module named _tkinter

`
Does anyone have suggestions on how to configure tkinter for BBB?

i have the same problem, does anyone fix it?

Same problem here.

Does anyone know how to fix this?