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 donmez
Recipients db3l, donmez, flox, gpolo, janssen, ronaldoussoren, vstinner
Date 2010-09-26.08:44:15
SpamBayes Score 5.557187e-05
Marked as misclassified No
Message-id <1285490659.17.0.781826573141.issue8445@psf.upfronthosting.co.za>
In-reply-to
Content
With Guilherme's patch;

We are down to 1 error but thats a new errror;


test test_ttk_guionly failed -- Traceback (most recent call last):
  File "/Users/cartman/Sources/py3k/Lib/tkinter/test/test_ttk/test_widgets.py", line 28, in test_identify
    self.widget.winfo_height() / 2), "label")
  File "/Users/cartman/Sources/py3k/Lib/tkinter/ttk.py", line 568, in identify
    return self.tk.call(self._w, "identify", x, y)
_tkinter.TclError: expected integer but got "30.5"
History
Date User Action Args
2010-09-26 08:44:19donmezsetrecipients: + donmez, db3l, ronaldoussoren, janssen, vstinner, gpolo, flox
2010-09-26 08:44:19donmezsetmessageid: <1285490659.17.0.781826573141.issue8445@psf.upfronthosting.co.za>
2010-09-26 08:44:16donmezlinkissue8445 messages
2010-09-26 08:44:15donmezcreate