Re: [Flashforth-devel] FF5.0 shell
Brought to you by:
oh2aun
From: Pete Z. <pza...@pz...> - 2015-04-30 22:12:25
|
Hi Peter, $ sudo wish ./ff-shell.tcl worked just fine. Thanks Pete On 4/30/2015 5:37 PM, Peter Jacobs wrote: > Pete (Zawasky), > The "wm" line is the first that is not a comment, procedure > definition or set command. I suspect that the wrong interpreter is > working on the file. The first line of the file "#! /usr/bin/wish" > tells the usual command interpreter which other interpreter to use on > this file so, maybe, this redirection is not happening. Can you please > try the following? > (1) Start the program with a command line that looks like > $ sudo wish ./ff-shell.tcl > and see if the program starts properly |