Tkinter doesn't work with Tcl/Tk 8.0.5 and probably 8.1.
Gordon Vinther
gvinther at atex.com
Tue Jun 8 14:04:25 EDT 1999
Tried to get Python 1.5.2 to work with Tcl/Tk 8.0.5, Aix 4.2.1 get the
following error:
from Tkinter import * ............. this works
root=Tk() this fails with the message:
TclError: invalid command name "tcl_findLibrary"
In addition I still get one compile error under AIX :
unable to convert unsignedlong* to int* in socketmodule.c
More information about the Python-list
mailing list