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 terry.reedy
Recipients serhiy.storchaka, terry.reedy, zach.ware
Date 2015-01-03.21:30:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420320651.98.0.42693464261.issue21337@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2015-01-03 21:30:52terry.reedysetrecipients: + terry.reedy, zach.ware, serhiy.storchaka
2015-01-03 21:30:51terry.reedysetmessageid: <1420320651.98.0.42693464261.issue21337@psf.upfronthosting.co.za>
2015-01-03 21:30:51terry.reedylinkissue21337 messages
2015-01-03 21:30:51terry.reedycreate