[Pythonmac-SIG] [py2app] help interpreting py2applet messages

David Cortesi davecortesi at gmail.com
Thu Oct 20 22:25:34 CEST 2011


Using the latest (20 Oct "tip") version of py2app, using py2applet to build
with this command,

  py2applet ../src/ppqt.py ../ppqt-mac/Marvin.icns

all appears to run without error, and a bundle is built (with the icon), but
it dies when executed with the console message,

  ImportError: '/usr/lib/python2.6/lib-dynload/PyQt4/QtCore.so' not found

The desired file is in the bundle as
Resources/lib/python2.6/lib-dynload/PyQt4/QtCore.so -- it was correctly
picked up, but the app is not being redirected properly. How is that
supposed to work?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythonmac-sig/attachments/20111020/ea1eeb05/attachment.html>


More information about the Pythonmac-SIG mailing list