I'm having a problem with freezing a script that uses tkinter. Everything
goes ok until I try to run the binary on a machine without tcl/tk installed.
I get the 'a usable tk.tcl could not be found.' So, I copy all the tcl and tk
library files (ie init.tcl, tk.tcl) to the machine without tcl/tk installed
and set TCL_LIBRARY and TK_LIBRARY to the directory I put them in. Then I run
it again and get the same error message about a usable tk.tcl file, even
though it is there. The error message even says it looked in the directory
that I specified and couldn't find it. The file and directory are both
readable.
Maybe it's because I'm using tcl/tk 8.0? Maybe it's because I'm doing all
this on AIX? Any help is much appreciated.
Also, is there anyway to just include the tcl/tk library files (meaning the
libraries written in tcl - not the c libraries) into my frozen executable - so
that I don't have to distribute them with the app?
Thanks for the help.
-Roman
___________________________________________
I had some eyeglasses. I was walking down the street when suddenly the
prescription ran out.
-- Steven Wright
___________________________________________
Roman Milner ro...@austin.ibm.com