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 ned.deily
Recipients loewis, ned.deily, python-dev, serhiy.storchaka
Date 2014-07-30.23:25:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406762754.52.0.355579092972.issue22085@psf.upfronthosting.co.za>
In-reply-to
Content
The checkin seems to have broken test_idle and test_ttk_guionly.  Typical failure:

======================================================================
ERROR: test_horizontal_range (tkinter.test.test_ttk.test_extensions.LabeledScaleTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/py/dev/3x/root/fwn/Library/Frameworks/pytest_10.9.framework/Versions/3.5/lib/python3.5/tkinter/test/test_ttk/test_extensions.py", line 112, in test_horizontal_range
    lscale = ttk.LabeledScale(from_=0, to=10)
  File "/py/dev/3x/root/fwn/Library/Frameworks/pytest_10.9.framework/Versions/3.5/lib/python3.5/tkinter/ttk.py", line 1508, in __init__
    self.__tracecb = self._variable.trace_variable('w', self._adjust)
  File "/py/dev/3x/root/fwn/Library/Frameworks/pytest_10.9.framework/Versions/3.5/lib/python3.5/tkinter/__init__.py", line 248, in trace_variable
    self._tk.call("trace", "add", "variable", self._name, mode, cbname)
_tkinter.TclError: bad operation "w": must be array, read, unset, or write
History
Date User Action Args
2014-07-30 23:25:54ned.deilysetrecipients: + ned.deily, loewis, python-dev, serhiy.storchaka
2014-07-30 23:25:54ned.deilysetmessageid: <1406762754.52.0.355579092972.issue22085@psf.upfronthosting.co.za>
2014-07-30 23:25:54ned.deilylinkissue22085 messages
2014-07-30 23:25:54ned.deilycreate