This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eantelman
Recipients eantelman
Date 2009-06-19.00:18:55
SpamBayes Score 0.00095239124
Marked as misclassified No
Message-id <1245370741.24.0.759897657733.issue6309@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2009-06-19 00:19:01eantelmansetrecipients: + eantelman
2009-06-19 00:19:01eantelmansetmessageid: <1245370741.24.0.759897657733.issue6309@psf.upfronthosting.co.za>
2009-06-19 00:18:56eantelmanlinkissue6309 messages
2009-06-19 00:18:56eantelmancreate