[MACTCL] Problem with wish!
by Walter-Michael Landthaler other posts by this author
Jun 19 2007 8:37PM messages near this date
Re: [MACTCL] Use MacWindowStyle window decorations?
|
Re: [MACTCL] Problem with wish!
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
Thread:
Walter-Michael Landthaler
Mark J. Reed
Tim Jones
Mark J. Reed
Larry W. Virden
Kevin Walzer
Larry W. Virden
|