<br>Dear All,<br><br>I was trying to convert my python code to exe. Everything went on fine. But when I tried to execute the exe, this is giving the following error.<br><br>Traceback (most recent call last):<br>  File &quot;Final.py&quot;, line 1, in &lt;module&gt;<br>
  File &quot;PyQt4\QtCore.pyc&quot;, line 12, in &lt;module&gt;<br>  File &quot;PyQt4\QtCore.pyc&quot;, line 10, in __load<br>ImportError: No module named sip<br><br>Any idea why it is happening?<br><br>Thank you in advance.<br>
<br>Bishwarup<br><br>