Hello, I'm trying to install Tkinter on my HTC Bleu Angel. After installation I tried some code: #------------------------------------------------ from sys import exit from Tkinter import * root = Tk()
Button(root, text='Test', command=exit).pack() root.mainloop() #------------------------------------------------ I'm getting an error on 'root=Tk()'. This error is a complete novell that basicly tells me I have not installed 'Tcl'. Where do I find this, and how do I install this please? Friendly greetings Rens
_______________________________________________ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce