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()
#-
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
Rens Duijsens ha scritto:
> 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 se