<div class="gmail_quote">On Mon, Jun 25, 2012 at 1:35 AM, Luca Beltrame <span dir="ltr"><<a href="mailto:einar@heavensinferno.net" target="_blank">einar@heavensinferno.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
In data luned́ 25 giugno 2012 07:51:21, Viranch Mehta ha scritto:<br>
<br>
> 1. sender.signal.connect(receiver.slot)<br>
<br>
I would recommend this way of connecting signals in, since errors will be<br>
immediately caught (AttributeError in case of wrong / missing signal) rather<br>
than silently ignored.<br>
<br>
The only case in which option 2 should be used is if the C++ signal has not<br>
been bound to the Python bindings.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Luca Beltrame - KDE Forums team<br>
KDE Science supporter<br>
GPG key ID: 6E1A4E79<br>
</font></span><br></blockquote></div>It also has the benefit of being a lot clearer to understand.  Once Viranch pointed out where sender and receiver go, I was able to start to figure things out and am extremely close to finally finishing this project.<br clear="all">
--<br>Eric Mesa<div><a href="http://about.me/ericmesa" target="_blank">http://about.me/ericmesa</a><br><a href="http://www.ericsbinaryworld.com/" target="_blank">http://www.ericsbinaryworld.com</a></div>