Home
last modified time | relevance | path

Searched refs:TKINTER_LOADTK_ERRMSG (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Modules/
Dtkinter.h23 #define TKINTER_LOADTK_ERRMSG \ macro
Dtkappinit.c100 Tcl_SetResult(interp, TKINTER_LOADTK_ERRMSG, TCL_STATIC); in Tcl_AppInit()
D_tkinter.c678 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()
/external/python/cpython2/Modules/
Dtkinter.h31 #define TKINTER_LOADTK_ERRMSG \ macro
Dtkappinit.c103 Tcl_SetResult(interp, TKINTER_LOADTK_ERRMSG, TCL_STATIC); in Tcl_AppInit()
D_tkinter.c685 PySys_WriteStderr("Tk_Init error: %s\n", TKINTER_LOADTK_ERRMSG); in Tcl_AppInit()
3151 PyErr_SetString(Tkinter_TclError, TKINTER_LOADTK_ERRMSG); in Tkapp_TkInit()