[PythonCE] Tkinter installation problem

Rens Duijsens Rens.Duijsens at interaccess.nl
Sun Jan 20 17:59:43 CET 2008


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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/pythonce/attachments/20080120/c10b58f5/attachment.htm 


More information about the PythonCE mailing list