home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / tcl / 1291 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  1.5 KB

  1. Path: sparky!uunet!stanford.edu!rutgers!cmcl2!MATH13.CIMS.NYU.EDU!walkerm
  2. From: walkerm@MATH13.CIMS.NYU.EDU (M.Walker)
  3. Newsgroups: comp.lang.tcl
  4. Subject: errors in Tk2.3 demos
  5. Message-ID: <9209012315.AA06051@MATH13.CIMS.NYU.EDU>
  6. Date: 1 Sep 92 23:15:01 GMT
  7. Sender: daemon@cmcl2.nyu.edu (Mr Background)
  8. Organization: New York University
  9. Lines: 30
  10.  
  11. I am new to the Tk/Tcl world, so please bare with me.  I first built version 2.2
  12. of the Tk library and tested it.  It worked well.  Then one the same day, version
  13. 2.3 was released (to my dismay :-().  Well any way, I built the new version of Tk.
  14. When I tried any of the demos, I got the following errors:
  15.  
  16. invalid command name "tk_bindForTraversal"
  17.     while executing
  18. "error "invalid command name \"$name\"""
  19.     (procedure "unknown" line 38)
  20.     invoked from within
  21. "tk_bindForTraversal Entry"
  22.     (file "/stumpy.a/misc/walkerm/lib/tk/tk.tcl" line 81)
  23.     invoked from within
  24. "source $tk_library/tk.tcl"
  25.     (file "/stumpy.a/misc/walkerm/lib/tk/wish.tcl" line 21)
  26.     invoked from within
  27. "source $tk_library/wish.tcl"
  28.  
  29. Are there any changes I need to make?  Since I cannot install things in such 
  30. places as /usr/local or /usr/lib, I installed the Tcl and Tk respectively in
  31. $HOME/lib/tcl and $HOME/lib/tk where $HOME is /stumpy.a/misc/walkerm (along
  32. with the various header files).  Wish is installed in $HOME/bin.  If there is
  33. a problem with this installation, please let me know.
  34.  
  35. Thanks in advance.
  36.  
  37. Michael A. Walker
  38. Courant Institute of Mathematical Sciences
  39. New York University
  40. walkerm@math13.cims.nyu.edu
  41.