home *** CD-ROM | disk | FTP | other *** search
- 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
- From: sarr@sinshan.citi.umich.edu (Sarr J. Blumson)
- Newsgroups: comp.lang.tcl
- Subject: Re: #!wish -f doesn't work
- Message-ID: <1992Sep3.140133.8120@terminator.cc.umich.edu>
- Date: 3 Sep 92 14:01:33 GMT
- References: <1992Aug31.170411.26036@sierra.com>
- Sender: news@terminator.cc.umich.edu (Usenet Owner)
- Organization: University of Michigan, CITI
- Lines: 18
-
- In article <1992Aug31.170411.26036@sierra.com> jpalmer@sierra.com (Jeb Palmer) writes:
- >I recently made the move to Tk, but I have a problem. The "#!wish -f"
- >syntax to invoke wish as interpreter in my tcl scripts doesn't work.
- >Here is what I know-
- >
- >1. "#!wish -f" returns <scriptname>:Command not found
-
- The #! construct is interpreted by the kernel, not the shell, so it
- doesn't know about your PATH.
-
- >2. "#!<full pathname to wish> -f returns:Permission denied
-
- For very historical reasons (that is, somebody made a wrong decision
- years ago and bow we;re stick :-) ) the string is limited to 32 bytes.
-
-
-
- (Sarr Blumson)
-