Index: Modules/_tkinter.c =================================================================== --- Modules/_tkinter.c (revision 68155) +++ Modules/_tkinter.c (working copy) @@ -1284,8 +1284,7 @@ int objc, i; PyObject *res = NULL; TkappObject *self = (TkappObject*)selfptr; - /* Could add TCL_EVAL_GLOBAL if wrapped by GlobalCall... */ - int flags = TCL_EVAL_DIRECT; + int flags = TCL_EVAL_DIRECT | TCL_EVAL_GLOBAL; /* If args is a single tuple, replace with contents of tuple */ if (1 == PyTuple_Size(args)){