Re: [MACTCL] Problem with wish!
by Mark J. Reed other posts by this author
Jun 20 2007 4:55AM messages near this date
[MACTCL] Problem with wish!
|
Re: [MACTCL] Problem with wish!
Those error messages look to me like the shell is trying to execute
the script. Make sure the "#!" are the first two characters in the
file, no leading spaces, no lines above them...
On 6/14/07, Walter-Michael Landthaler <wlandthaler@[...].de> wrote:
> Hello, my name is Walter and I am a Tcl/Tk beginner.
>
> I have a problem with wish for Mac OS X.
>
> When I want to start my first Tk-Script with the command "./
> example1.tcl",
> I got the following message:
>
> ./example1.tcl: line 2: button: command not found
> ./example1.tcl: line 3: pack: command not found
>
> ------------------------------------------------------------------------
> -----
> Here is the script example1.tcl:
>
> #!/usr/bin/wish
> button .hello -text Hello -command {puts "Hello world!"}
> pack .hello
>
> ------------------------------------------------------------------------
> -----
>
> I use Mac OS X Tiger (10.4) and TclTkAquaBI 8.4.10.
>
> Can someone help me please!
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Tcl-mac mailing list
> tcl-mac@[...].net
> https://lists.sourceforge.net/lists/listinfo/tcl-mac
>
--
Mark J. Reed <markjreed@[...].com>
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Tcl-mac mailing list
tcl-mac@[...].net
https://lists.sourceforge.net/lists/listinfo/tcl-mac
Thread:
Walter-Michael Landthaler
Mark J. Reed
Tim Jones
Mark J. Reed
Larry W. Virden
Kevin Walzer
Larry W. Virden
|