[PyQt] Deploying PyQt4 application

Kovid Goyal kovid at theory.caltech.edu
Sat Jan 26 11:36:10 GMT 2008


You need to subclass py2app and use otool -L and install_name_tool to rename 
the framework dependencies. See for example:
https://libprs500.kovidgoyal.net/browser/trunk/osx_installer.py
http://doc.trolltech.com/qq/qq09-mac-deployment.html

Kovid.

On Friday 25 January 2008 15:10:57 Rémy HUBSCHER wrote:
> Hello,
>
> As I told you, I need to deploy my PyQt4 application on Windows and
> Mac OS X.
> I worked with Py2Exe using this Tutorial :
> http://py2exe.org/index.cgi/Py2exeAndPyQt
>
> For Py2App, everything seams to work, but, PyQt4 is not looking for
> the Qt4 framework in the bundle.
> How can I change that ?
>
> I someone who deployed a PyQt4 application on Mac OS X and who could
> help me please ?
>
> Thanks
>
> Natim
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>
>
> !DSPAM:3,479a6ceb257791152110182!



-- 
_____________________________________

Kovid Goyal  MC 452-48
California Institute of Technology
1200 E California Blvd
Pasadena, CA 91125

cell  : +01 626 390 8699
office: +01 626 395 6595 (449 Lauritsen)
email : kovid at theory.caltech.edu
web   : http://www.kovidgoyal.net
_____________________________________



More information about the PyQt mailing list