[PythonCE] Tkinter installation problem

2008-01-20 Thread Rens Duijsens
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() #-

Re: [PythonCE] Tkinter installation problem

2008-01-20 Thread Rens Duijsens
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

Re: [PythonCE] Tkinter installation problem

2008-01-20 Thread Pietro Battiston
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