<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 "Final.py", line 1, in <module><br>
File "PyQt4\QtCore.pyc", line 12, in <module><br> File "PyQt4\QtCore.pyc", 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>