<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2015-05-27 16:14 GMT+02:00 Tim Booth <span dir="ltr">&lt;<a href="mailto:tbooth@ceh.ac.uk" target="_blank">tbooth@ceh.ac.uk</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">If you want to make a report I&#39;d suggest you do (4) since this is where<br>
the bug really lies, and I&#39;d file a bug here:<br>
<br>
<a href="https://bugs.launchpad.net/ubuntu/+source/python2.7" target="_blank">https://bugs.launchpad.net/ubuntu/+source/python2.7</a><br>
<br></blockquote><div><br></div><div>Thanks for the info, I am saddened by the fact that you absolutely need a launchpad account to file a bugreport for ubuntu, as soon as I recover the credentials I am going to file it.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Here is a nice simple test case that demonstrates the bug:<br>
<br>
#!/usr/bin/python2.7<br>
from Tkinter import Tk, Entry<br>
root = Tk()<br>
e = Entry(root)<br>
e.grid(column=1, row=1)<br>
print e.grid_info()<br></blockquote><div><br></div><div>Thanks, I hope it will be useful.<br></div><div>cheers <br></div></div></div></div>