Re: [PythonCE] tk/tcl

2007-01-10 Thread John Aherne
Bandung wrote: > 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 fe

Re: [PythonCE] tk/tcl

2007-01-10 Thread Bandung
You don't need that Tkinter download nor the tcl/tk download. The Python25 cab has everything needed to run its own version of Tkinter. You are mixing versions of Python. The instructions that you were following were for an older version of python, version 2.4.3, I think. You need to "lose" al

Re: [PythonCE] Accessing serial port with PythonCE 2.5

2007-01-10 Thread Stefan Johansson
You can find a link to ceserial in the archives: http://mail.python.org/pipermail/pythonce/2006-September/001589.html I have used it successfully on my Dell Axim. Stefan - Original Message From: David Goncalves <[EMAIL PROTECTED]> To: Luke Dunstan <[EMAIL PROTECTED]> Cc: pythonce@python.

[PythonCE] tk/tcl

2007-01-10 Thread johnaherne
Thanks for the clarification. As you said I cleaned up the pda and reinstalled pythonce2.5 using the .exe. I checked the windows folder and there were no celib.dll,tcl84.dll and tk84.dll present. I did a search for them and found nothing. So when I tried to import Tkinter it came back and said

Re: [PythonCE] tk/tcl

2007-01-10 Thread Bandung
Here are my latest files: celib2.13 , then tcl84 and tk84 dll's http://www.nabble.com/file/5568/celib.dll celib.dll http://www.nabble.com/file/5566/tcl84.dll tcl84.dll http://www.nabble.com/file/5567/tk84.dll tk84.dll johnaherne wrote: > > Thanks for the clarification. > > As you said

Re: [PythonCE] tk/tcl

2007-01-10 Thread John Aherne
Bandung wrote: > Here are my latest files: celib2.13 , then tcl84 and tk84 dll's > > http://www.nabble.com/file/5568/celib.dll celib.dll > http://www.nabble.com/file/5566/tcl84.dll tcl84.dll > http://www.nabble.com/file/5567/tk84.dll tk84.dll > > > > Thanks for the links. I put them all

Re: [PythonCE] tk/tcl

2007-01-10 Thread Bandung
Place these two files in your \\Python25\\Lib directory and then run root = Tkinter.Tk() again. http://www.nabble.com/file/5569/Tkinter.py Tkinter.py http://www.nabble.com/file/5570/Tkinter.pyc Tkinter.pyc again, soft reset is always a good idea at this point. John Aherne wrote: > > Ban