[Tkinter-discuss] Tkinter grid_info()

Serhiy Storchaka storchaka at gmail.com
Thu Feb 19 17:12:32 CET 2015


On 17.02.15 17:41, Paul Malherbe wrote:
> Running this displays the following error:
>
> Traceback (most recent call last):
>    File "test.py", line 6, in <module>
>      grid_info = e.grid_info()
>    File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 2000, in grid_info
>      self.tk.call('grid', 'info', self._w))
> TypeError: coercing to Unicode: need string or buffer, _tkinter.Tcl_Obj
> found

What are Python and Tk versions?




More information about the Tkinter-discuss mailing list