home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.tcl
- Path: sparky!uunet!usc!sol.ctr.columbia.edu!ira.uka.de!News.BelWue.DE!news.uni-tuebingen.de!nova!gaier
- From: gaier@nova.tat.physik.uni-tuebingen.de (Karsten Gaier)
- Subject: Re: errors in Tk2.3 demos
- Message-ID: <gaier.715519549@nova>
- Sender: news@softserv.zdv.uni-tuebingen.de (News Operator)
- Organization: TAT (Theoretical Astrophysics Tuebingen), U. of Tuebingen, FRG
- References: <9209012315.AA06051@MATH13.CIMS.NYU.EDU> <1992Sep2.144623.18350@cpu.com>
- Date: Thu, 3 Sep 1992 11:25:49 GMT
- Lines: 28
-
- gwlester@cpu.com (Gerald W. Lester) writes:
-
- >In article <9209012315.AA06051@MATH13.CIMS.NYU.EDU>, walkerm@MATH13.CIMS.NYU.EDU (M.Walker) writes:
- >> ...
- >>invalid command name "tk_bindForTraversal"
- >> while executing
- >> ...
- >>Are there any changes I need to make? Since I cannot install things in such
- >>places as /usr/local or /usr/lib, I installed the Tcl and Tk respectively in
- >>$HOME/lib/tcl and $HOME/lib/tk where $HOME is /stumpy.a/misc/walkerm (along
- >>with the various header files). Wish is installed in $HOME/bin. If there is
- >>a problem with this installation, please let me know.
-
- >Michael,
-
- > Sounds like you should check your tklibrary and tcllibrary variables.
-
- I had the same problem. In wish.tcl you have to load some other files:
-
- source [info library]/init.tcl
- source $tk_library/button.tcl
- source $tk_library/entry.tcl
- source $tk_library/parray.tcl
- source $tk_library/text.tcl
- source $tk_library/menu.tcl
- source $tk_library/tk.tcl
-
- ciao, Karsten
-