(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 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. 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. Tktable2.zip John Aherne wrote: > > 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. >> >> >> >> >> > Thanks for the 2 files. > > I removed everything and started from scratch again. Soft reset after > each stage. > > Installed python25 > Copied in celib,tcl84,tk84 into \\windows. > Copied Tkinter.py, Tkinter.pyc into python25\lib along with os.py that > was there already. > > Import Tkinter is OK > root = Tkinter.Tk() gives exactly same problem as before > > Invalid command name 'tcl_findLibrary' > > Makes me think some fundamental bit is missing from the python25 install. > > Regards > > John Aherne > > > _______________________________________________ > PythonCE mailing list > PythonCE@python.org > http://mail.python.org/mailman/listinfo/pythonce > > -- View this message in context: http://www.nabble.com/tk-tcl-tf2953745.html#a8278075 Sent from the Python - pythonce mailing list archive at Nabble.com. _______________________________________________ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce