[PythonCE] tk/tcl

2007-01-21 Thread John Aherne
I have been playing around with tk/tcl over the last week at various times. It seems to work quite well. I have loaded on a variety of demo type programs to see what works and what doesn't. I have also run some programs for a day or so to see what happens on long-running tasks. So far it seems

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. > > >

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

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
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

[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
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] 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-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] 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

Re: [PythonCE] Tk/Tcl Widgets

2006-06-07 Thread Bandung
This project also has some promise and is based upon tcl as well. SpecTix -- View this message in context: http://www.nabble.com/Tk-Tcl-Widgets-t1646602.html#a4766993 Sent from the Python - pythonce forum at Nabble.com. ___ PythonCE mailing list Pyth

Re: [PythonCE] Tk/Tcl Widgets

2006-05-19 Thread Bandung
I was thinking something similar in that perhaps we could use a lot of these tcl components ln the same fashion that we use Tkinter widgets - as black boxes within our Python framework. I was eyeing their SSL toolset as an example. Plus I like the file system proggie. What I want to avoid is ha

Re: [PythonCE] Tk/Tcl Widgets

2006-05-19 Thread Michael Foord
Bandung wrote: > This is a nice find. I agree with you that it certainly shows what's > possible. Alas, but I have given my heart to Pythoning and I can't bear to > learn another language. > Actually, my point is that seeing as this is done with Tk - it ought to be possible with PythonCE !

Re: [PythonCE] Tk/Tcl Widgets

2006-05-18 Thread Bandung
This is a nice find. I agree with you that it certainly shows what's possible. Alas, but I have given my heart to Pythoning and I can't bear to learn another language. I have waded into this Tkintering thingy because of the lack of an up to date wxPython capability for the poacketpc. I would

[PythonCE] Tk/Tcl Widgets

2006-05-18 Thread Michael Foord
Hello all, I wondered if you'd seen this : http://wiki.tcl.tk/8442 It's a GUI built with Tk/Tcl for the PocketPC. It certainly shows what is possible. :-) Fuzzyman http://www.voidspace.org.uk/python/shareware.shtml ___ PythonCE mailing list Pytho