<HTML dir=ltr><HEAD><TITLE>Re: [PythonCE] Tkinter gif problem on PythonCE</TITLE>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6000.16587" name=GENERATOR></HEAD>
<BODY>
<P><FONT face=Verdana size=2>Hello,</FONT></P>
<P><FONT face=Verdana size=2>I'm trying to install Tkinter on my HTC Bleu Angel.<BR>After installation I tried some code:<BR></FONT><FONT face="Courier New" size=1>#------------------------------------------------<BR></FONT><FONT face="Courier New" size=1>from sys import exit<BR>from Tkinter import *<BR>root = Tk() </FONT></P>
<P><FONT face="Courier New" size=1>Button(root, text='Test', command=exit).pack() <BR>root.mainloop()<BR>#------------------------------------------------</FONT></P>
<P><FONT face=Verdana size=2>I'm getting an error on '<FONT face="Courier New" size=1>root=Tk()</FONT>'.<BR>This error is&nbsp;a complete novell that basicly tells me I have not installed 'Tcl'.</FONT></P>
<P><FONT face=Verdana size=2>Where do I find this, and how do I install this please?</FONT></P>
<P><FONT face=Verdana size=2>Friendly greetings</FONT></P>
<P><FONT face=Verdana size=2>Rens<BR></P></FONT></BODY></HTML>