<br><div class="gmail_quote">On 7 February 2010 16:56, Raymond Wagner <span dir="ltr"><<a href="mailto:raymond@wagnerrp.com">raymond@wagnerrp.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On 2/7/2010 05:56, Rafael Moslin wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
File "/usr/lib/python2.5/site-packages/MythTV/MythBase.py", line<br>
767, in cursor<br>
self.db.ping(True)<br>
TypeError: function takes exactly 0 arguments (1 given)<br>
<br>
</blockquote>
<br></div>
Fixed in revision 23500.<div><div></div><div class="h5"><br></div></div></blockquote><div><br>Ah, I see that issue now, my Python ignorance showing to say the least. There is just one slight problem with the fix, and that is that my distro, possibly others, uses alpanumeric versions i.e. 1.2.1-pclos2010 and that upsets the code only expecting an integer, there is another use of xyz.ping(True) at 722 too.<br>
<br>You, as am I, will no doubt be pleased to know that with that with your change, quickly hacked to fix the above, that all is now working. So thanks to both yourself and Doug for helping me on this one, I reckon my own debugging usually causes more harm than good, based on the maxim of a little knowledge being a dangerous thing!<br>
<br><br></div></div>