Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment:
Duplicate of issue3872. Tix seems really broken with tcl8.5...
--
nosy: +amaury.forgeotdarc
resolution: -> duplicate
status: open -> closed
superseder: -> Python 2.6rc2: Tix ComboBox error
New submission from Ron Longo <[EMAIL PROTECTED]>:
The following code works in Python 2.5 but not in Python 2.6: I've
tested on Windows XP and Windows Vista.
from Tix import *
root = Tk()
t = Tree( root )
In Python 2.6 the following exception is thrown while trying to execute
the last statem