Re: [MACTCL] Problem with wish!
by Kevin Walzer other posts by this author
Jun 20 2007 4:44AM messages near this date
Re: [MACTCL] Problem with wish!
|
Re: [MACTCL] Problem with wish!
Walter-Michael Landthaler 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!
>
Sounds like you haven't made the script executable. What happens when
you try "wish example1.tcl"?
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.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
|