[issue21337] Add tests for Tix

Terry J. Reedy report at bugs.python.org
Sat Jan 3 22:30:51 CET 2015


Terry J. Reedy added the comment:

A minimal test would be that the one in the doc.

from tkinter import tix
root = tix.Tk()
root.tk.eval('package require Tix')

This passes on my 3.4.2 win7.  I believe the first line should work on any system with _tkinter, whereas 
https://stackoverflow.com/questions/27751923/tix-widgets-installation-issue

reports failure of the second line on his Mac with ...
  self.tk.eval('package require Tix')
_tkinter.TclError: can't find package Tix

----------
nosy: +terry.reedy

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


More information about the Python-bugs-list mailing list