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 rtw
Recipients rtw
Date 2015-10-22.23:19:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445555946.1.0.542845821493.issue25464@psf.upfronthosting.co.za>
In-reply-to
Content
The method header_exists of Tix HList raises:

File "...\python3\lib\tkinter\tix.py", line 926, in header_exists
    return self.tk.call(self._w, 'header', 'exists', col)
_tkinter.TclError: unknown option "exists". Must be cget, configure, create, delete, exist or size

IOW the option should be "exist" not "exists".

I've seen this on Windows with python 2.7 and 3.4 and Linux-Mint with 2.7.6.

The current method "header_exists" doesn't seem to be referenced or documented anywhere.
History
Date User Action Args
2015-10-22 23:19:06rtwsetrecipients: + rtw
2015-10-22 23:19:06rtwsetmessageid: <1445555946.1.0.542845821493.issue25464@psf.upfronthosting.co.za>
2015-10-22 23:19:06rtwlinkissue25464 messages
2015-10-22 23:19:06rtwcreate