I Think you have missed to tell your script to run TCL/TK
To run script under Unix/Linux/OSX without tell the program
so you could write
wish myScript
Or
Add the #! Line first in your script
#!/usr/bin/wish
And make the script runnable by
chmod +x myScript
Now it shuld work.
(Same...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.