[PythonCE] Tkinter installation problem
Rens Duijsens
Rens.Duijsens at interaccess.nl
Sun Jan 20 23:19:44 CET 2008
Hi,
thanks for your responce.
No... I got the files from http://www.murkworks.com/Research/Python/PocketPCPython/PPCPythonR2Notes
I have de-installed all of it, and installed the files you directed me to.
Now it works. Thanks!
Do I have to do the second part of the page?
Cause I do not quite onderstand this second part.
Thank you for your assistance.
Rens
________________________________
Verzonden: zo 20-1-2008 21:34
Aan: Rens Duijsens
Onderwerp: Re: [PythonCE] Tkinter installation problem
Rens Duijsens ha scritto:
>
> 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?
>
It should all be included in the package that you probably downloaded
here: http://prdownloads.sourceforge.net/pythonce/Tkinter-Files.zip?download
But did you follow the indications given here (top of the page):
http://pythonce.sourceforge.net/Wikka/Tkinter
?
If you already did, can you post the exact error that you get?
Pietro Battiston
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/pythonce/attachments/20080120/cb89434b/attachment.htm
More information about the PythonCE
mailing list