Re: [PythonCE] Accessing serial port with PythonCE 2.5

2007-01-11 Thread David Goncalves
Hi, Stefan Johansson wrote: > 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. Thanks a lot for that link. I downloaded CeSerial and started to listen to my serial port only with

Re: [PythonCE] tk/tcl

2007-01-11 Thread John Aherne
Bandung wrote: > (I sent this message 2 hrs earlier with a couple of embedded files. The > attached files seem to be the cause for holding up the posting of the > message on the board) Anyways, here are the final steps for getting your > installation working > > > -

Re: [PythonCE] tk/tcl

2007-01-11 Thread Bandung
(I sent this message 2 hrs earlier with a couple of embedded files. The attached files seem to be the cause for holding up the posting of the message on the board) Anyways, here are the final steps for getting your installation working ---. You are almost th

Re: [PythonCE] tk/tcl

2007-01-11 Thread Bandung
You are almost there! Looks like you need tcl. Download this file and unzip it. it is a later version of tcl than the one that you were using. http://www.nabble.com/file/5586/tcltk8_4_12_ce-arm.zip tcltk8_4_12_ce-arm.zip Place the lib directory under your \\Program files\\ directory. You

Re: [PythonCE] tk/tcl

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