Searched refs:TKINTER_LOADTK_ERRMSG (Results 1 – 6 of 6) sorted by relevance
23 #define TKINTER_LOADTK_ERRMSG \ macro
100 Tcl_SetResult(interp, TKINTER_LOADTK_ERRMSG, TCL_STATIC); in Tcl_AppInit()
678 PySys_WriteStderr("Tk_Init error: %s\n", TKINTER_LOADTK_ERRMSG); in Tcl_AppInit()3032 PyErr_SetString(Tkinter_TclError, TKINTER_LOADTK_ERRMSG); in _tkinter_tkapp_loadtk_impl()
31 #define TKINTER_LOADTK_ERRMSG \ macro
103 Tcl_SetResult(interp, TKINTER_LOADTK_ERRMSG, TCL_STATIC); in Tcl_AppInit()
685 PySys_WriteStderr("Tk_Init error: %s\n", TKINTER_LOADTK_ERRMSG); in Tcl_AppInit()3151 PyErr_SetString(Tkinter_TclError, TKINTER_LOADTK_ERRMSG); in Tkapp_TkInit()