Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

problem with freeze and tkinter

6 views
Skip to first unread message

ro...@austin.ibm.com

unread,
Feb 7, 1997, 3:00:00 AM2/7/97
to

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


0 new messages