Guilherme Polo <ggp...@gmail.com> added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8445>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to