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 gpolo
Recipients db3l, donmez, flox, gpolo, janssen, ronaldoussoren, vstinner
Date 2010-09-26.12:12:49
SpamBayes Score 0.00018603158
Marked as misclassified No
Message-id <AANLkTinfHJvfoSrgJcomnh1HXOsbqxCMN9GaVHrN7yZg@mail.gmail.com>
In-reply-to <1285490659.17.0.781826573141.issue8445@psf.upfronthosting.co.za>
Content
> 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"
>

Just convert to integer the results from winfo and you should be fine.
History
Date User Action Args
2010-09-26 12:12:51gpolosetrecipients: + gpolo, db3l, ronaldoussoren, janssen, vstinner, donmez, flox
2010-09-26 12:12:49gpololinkissue8445 messages
2010-09-26 12:12:49gpolocreate