Hello,<br><br>I&#39;m a student and I&#39;m trying to get py2app to work with pyqt.<br><br>I&#39;ve fixed some errors it had locating files, but it says
&quot;ImportError: no module named sip&quot;. I do have sip installed though,
because pyqt wouldn&#39;t work without it.&nbsp; For other errors I just copied
the files it wanted and moved them where it was looking, for this one
though i can&#39;t tell where it thinks sip should be or specifically
what sip files it needs.&nbsp; I think it says it&#39;s looking in QtCore.pyc,
but I don&#39;t know where to find that.... <br><br>I have Python version 2.5.1 (r251:54863, Apr 15 2008, 22:57:26) and <span class="nfakPe">Py2app</span> version 0.3 and am using pyqt4.<br><br>I can run:<br><br>py2applet --make-setup myfile.py<br>
py2applet myfile.py<br><br>...and get no error messages, but when I try to open myfile.app it says:<br><br>Error<br>An unexpected error has occured during execution of the main script<br>Import Error: No module named sip<br>
<br><br>Can anyone give me some guidance on this?<br><br>Thank you!<br>