[Paraview] Tcl version

Berk Geveci berk.geveci@kitware.com
12 Nov 2002 11:42:04 -0500


> What's the Tcl cmd to find out what version is running?  (In the superior
> Python lng, simply typing in 'python' will tell you exactly which version is
> running :)

info tclversion

which will probably say 8.3 not 8.3.2. To see whether it's
8.3.2, you have to look at tcl.h.

-Berk
*mumbling something ugly about python users who criticize tcl*