[PythonCE] tk/tcl

Bandung bandung at skyesystems.com
Thu Jan 11 15:14:02 CET 2007


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 can ignore the directory called bin which contains the three files,
celib, tcl84.dll and tk84.dll since you have already copied into your
Windows directory.

So your Python installation directory structure now looks like this...

\\Program files\\Python25
\\Program files\\lib
\\Windows\\ ...those three files with the names of the files that were in
the directory called "bin"

Your are now ready to start coding!  

With the files from this "lib", you will also be able to use bwidgets as
well as Tkinter widgets.  There are also iwidgets which I haven't tried yet. 
Plus, if you want to "tcl"  then copy the tcls84h.exe and wish84.exe files
into your Windows directory as well.  And if you want a cool table widget,
you can use the following file.  Place it in your "lib" directory along side
of the bwidget directory etc.

http://www.nabble.com/file/5587/Tktable2.zip Tktable2.zip 



-- 
View this message in context: http://www.nabble.com/tk-tcl-tf2953745.html#a8278013
Sent from the Python - pythonce mailing list archive at Nabble.com.



More information about the PythonCE mailing list