From: Jack J. <ja...@or...> - 2002-01-10 00:06:16
|
With previous versions of Tcl/Tk I could incorporate all tcl modules needed as TEXT resources in my binary, thereby freeing MacPython Tkinter users from the need to install Tcl/Tk, as everything needed was in the binary. With 8.3.4 this does not seem to work anymore. bgerror does a "package require msgcat", and I see no way to put a package into resources, as a package seems to be a directory (please ignore my Tcl ignorance, which should be clear by now:-). Is there a way to do this, or should I require people to install Tcl/Tk before using Tkinter? -- - Jack Jansen <Jac...@or...> http://www.cwi.nl/~jack - - If I can't dance I don't want to be part of your revolution -- Emma Goldman - |