Tkinter installation problem

"Rens Duijsens" <[email protected]> Sun, 20 Jan 2008 17:59:43 +0100
Newsgroups gmane.comp.python.windows-ce
Message-ID <1DF614F7076F194A90056978ED20DF14011B7718@nthvsexch02.interaccess.nl>
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
[email protected]
http://mail.python.org/mailman/listinfo/pythonce