From: Schollnick, B. <Ben...@us...> - 2001-11-07 16:24:46
|
Folks, Even though I'm using Tcl via Python, it appears this maybe an implementation issue from Tcl... Now, please keep in mind that by no means am I huge Tkinter/Tcl guru, I'm not.... But never the less, here's what I'm seeing... "Menu ID 256 is already in use! Fatal Python Error: Tcl/Tk Panic" Which from my investigation, means that Tcl/TK has panicked...The Menu ID appears also to be hardcoded somewhere? Presumably from Tcl/Tk? The pseudo code is as follows: * Initialize Tk * Create RootWindow object * Withdraw the Tk TopWindow * Display AskYesNo dialog (If Yes) * display FileOpen Dialog * Start "Wizard" (Which also appears to Withdraw the Tk TopWindow) Wizard is a python based MS Windows look-alike Wizard GUI package... If I don't withdraw the Tk Top Window, everything appears to work fine... If I do withdraw the Tk Top Window, I get the panic message.... I'm stumped, I've spoken to people in the Python groups (lists & usenet), with little luck... As I mentioned it appears to potentially be a Tk/Tcl issue... Any suggestions for investigation? My first guess is that the dual TopWindow Withdraws maybe a issue but I'm not sure.... - Benjamin |