Re: Accessing tcl/tk global variables from callbacks

Sorry everyone, i guess the best way to learn Tcl is by learning
Tcl, not Python. :slight_smile:
Global variables must be declared in a proc by “global varName”.
The Python behaviour is in some sense anomalous.