crossing boundaries into Tcl

Pete Shinners shredwheat at mediaone.net
Fri Jun 1 12:00:56 EDT 2001


"David Gravereaux" <davygrvy at pobox.com> wrote
> % $i eval {_}
> python0: Traceback (most recent call last):
>   File "<string>", line 1, in ?
> NameError: name '_' is not defined

hey david. welcome to python. the problem here is that the magic
"_" underscore variable is not part of the actual python language,
it is just a little shortcut the interactive interpreter adds
to represent the last result.

unfortunately i know not enough about python in tcl to know
how to handle the situation, good luck






More information about the Python-list mailing list