Re: [PythonCE] tk/tcl

2007-01-09 Thread Bandung
I don't know paint from whatever when it comes to how folks compile things for windoze machines. I have always suspected that some of the wince issues are due to hard wired path statements at install time. But before we can point our fingers at this issue, lets look at a few other things. (1) F

[PythonCE] thx a lot !! problem solved!

2007-01-09 Thread vakosel
thx you are very kind! kostas Bandung wrote: > > It sounds like you are almost there. Yes you need these three files in > your windows directory > > TK84.DLL TCL84.DLL and celib.dll > > Make sure that you have the latest version possible that you can find for > CELIB. I don't remember what m

[PythonCE] tk/tcl

2007-01-09 Thread John Aherne
I have a feeling that the tk/tcl install expects to find the python25 install on the storage card. Is that right. I installed with the exe and activesync and took the default install in memory since I don't have a card for this device. At the python prompt I can do: from Tkinter import * ##t