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

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!swrinde!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!yale!gumby!destroyer!terminator!sinshan.citi.umich.edu!sarr
  2. From: sarr@sinshan.citi.umich.edu (Sarr J. Blumson)
  3. Newsgroups: comp.lang.tcl
  4. Subject: Re: #!wish -f doesn't work
  5. Message-ID: <1992Sep3.140133.8120@terminator.cc.umich.edu>
  6. Date: 3 Sep 92 14:01:33 GMT
  7. References: <1992Aug31.170411.26036@sierra.com>
  8. Sender: news@terminator.cc.umich.edu (Usenet Owner)
  9. Organization: University of Michigan, CITI
  10. Lines: 18
  11.  
  12. In article <1992Aug31.170411.26036@sierra.com> jpalmer@sierra.com (Jeb Palmer) writes:
  13. >I recently made the move to Tk, but I have a problem.  The "#!wish -f"
  14. >syntax to invoke wish as interpreter in my tcl scripts doesn't work.
  15. >Here is what I know-
  16. >
  17. >1. "#!wish -f" returns <scriptname>:Command not found
  18.  
  19. The #! construct is interpreted by the kernel, not the shell, so it
  20. doesn't know about your PATH.
  21.  
  22. >2. "#!<full pathname to wish> -f returns:Permission denied
  23.  
  24. For very historical reasons (that is, somebody made a wrong decision
  25. years ago and bow we;re stick :-) ) the string is limited to 32 bytes.
  26.  
  27.  
  28.  
  29. (Sarr Blumson)
  30.