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?
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig
unsubscribe: http://mail.python.org/mailman/options/Pythonmac-SIG

Reply via email to