[New-bugs-announce] [issue6309] Tix needs TCL package require statement

Erik Antelman report at bugs.python.org
Fri Jun 19 02:19:01 CEST 2009


New submission from Erik Antelman <eantelman at acm.org>:

For at least Tix.ComboBox it appears to be necessary to invoke the TCL
package loading explicitly with:
   root.tk.eval('package require Tix')

This was demonstrated on:
Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit
(Intel)] on win32

----------
components: Tkinter
files: TixIssue.py
messages: 89517
nosy: eantelman
severity: normal
status: open
title: Tix needs TCL package require statement
type: behavior
versions: Python 2.6
Added file: http://bugs.python.org/file14318/TixIssue.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6309>
_______________________________________


More information about the New-bugs-announce mailing list