[PyQt] Deploying PyQt4 application

Giovanni Bajo rasky at develer.com
Mon Jan 28 14:44:12 GMT 2008


On 1/26/2008 12:10 AM, Rémy HUBSCHER wrote:

> 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 ?

PyInstaller trunk has preliminar support for Mac OS X and automatically 
takes care of everything mentioned in this thread. I suggest you to give 
it a try.

If it fails, you may want to try the branch "dl" in PyInstaller SVN 
which ought to be merged in the next few days.
-- 
Giovanni Bajo




More information about the PyQt mailing list