[PyQt] Building application on OS X using py2app - app still requires PyQt and sip as dependency

piotr maliński riklaunim at gmail.com
Thu Jan 15 18:02:43 GMT 2009


I've made a basic setup.py using py2app tools, and build the application
using: python setup.py py2app --packages=PyQt
The resulting binary didn't want to run as it couldn't find PyQt4 in a path
"/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/PyQt4/".
I've copyed /Library/Python/2.5/site-packages/PyQt4 and sip to that folder
and then the binary app launched without problems... run.app has 55 MB - why
in the hell it still needs external PyQt/SIP ? Does the build process needs
to be changed in some way?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20090115/aa27036f/attachment.html


More information about the PyQt mailing list