tcl???

Cameron Laird claird at starbase.neosoft.com
Thu Dec 27 19:43:32 EST 2001


In article <%FOW7.8662$7p6.139123 at rwcrnsc51.ops.asp.att.net>,
~Jason~ <freebird317 at hotmail.com> wrote:
>I am playing around with Python and it is telling me that to activate tcl
>type tclch80.  I do this and I get an error.  I think may be it is because
>either I am typing in the wrong version or I do not have it?  Am I right and
>if so how do I correct it? And if I am wrong, how do I fix it?  What it
>wants me to do is type [% put "Hello World"] and I do that and I get an
>error, why?
			.
			.
			.
I don't recognize this description--which likely
reflects more on my ignorance than your own pre-
cision.

What operating system are you using?

You're likely to get farther with
  tclsh
rather than
  tclch80
and
  puts "Hello World"
rather than
  put "Hello World"

It's likely that those in a position to answer you
will do so more swiftly and accurately when you
supply an exact error message, as opposed to, "I
get an error."  Tell us which error.  You might
like to read <URL: http://mini.net/tcl/1639.html >.
-- 

Cameron Laird <Cameron at Lairds.com>
Business:  http://www.Phaseit.net
Personal:  http://starbase.neosoft.com/~claird/home.html



More information about the Python-list mailing list