python and tkinter

I installed python-modules in opkg and python-tkinter too.

When I import tkinter in python it says.

“No module name _tkinter”

Have you gotten python-tkinter to work on the BBB?

don’t import tkinter.

import Tkinter

I am importing Tkinter.

Please see my command line.

http://imgur.com/Kzs9bkG

oh. in that case you might have to install python devel, tcl, and tk and configure and make a new python.
it will take quite a while. I have done this before, and it takes a while even on a fast machine.

UNLESS you can find a prebuilt python with all that stuff.

jdawgaz , could you explain more about your answer, i don’t know how to try your solution