<div dir="ltr">Hi,<br><br>I&#39;m working on a python application, and i use Qt user interface.<br>Well when i try to run my script i got this error:<br><br>Traceback (most recent call last):<br>  File &quot;app.py&quot;, line 545, in &lt;module&gt;<br>
    ui.setupUi(window)<br>  File &quot;app.py&quot;, line 490, in setupUi<br>    QtCore.QObject.connect(self.wButton,QtCore.SIGNAL(&quot;clicked()&quot;),self.output.onClick)<br>AttributeError: onClick<br clear="all"><br>
And i have the function noClick already defined in my app.py file.<br>Can you help me to identify the problem ?<br>Thanks in advance<br><br>-- <br>Ali MEZGANI<br>Network Engineering/Security <br><a href="http://securfox.wordpress.com/">http://securfox.wordpress.com/</a><br>

</div>