home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / tcl / 1301 < prev    next >
Encoding:
Text File  |  1992-09-03  |  1.5 KB  |  40 lines

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