[PyQt] Deploying PyQt4 application

Kevin Walzer kw at codebykevin.com
Fri Jan 25 23:20:55 GMT 2008


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

py2app support for PyQt broke when PyQt4 was released. I recently 
submitted a couple of patches to address this, based on code snippets 
floating around on mailing lists.

You'll need to update to the svn trunk version of py2app:

http://svn.pythonmac.org/py2app/py2app/trunk/

Give that a try.

--Kevin

-- 
Kevin Walzer
Code by Kevin
http://www.codebykevin.com


More information about the PyQt mailing list