[issue3970] Tix Tree widget no longer instantiable.

2008-09-26 Thread Amaury Forgeot d'Arc
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

[issue3970] Tix Tree widget no longer instantiable.

2008-09-25 Thread Ron Longo
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