[Pythonmac-SIG] py2app and PyQt

Bob Ippolito bob at redivi.com
Wed Oct 27 21:51:07 CEST 2004


On Oct 27, 2004, at 15:43, Kevin Walzer wrote:

> Bob Ippolito wrote:
>
> | On Oct 27, 2004, at 15:26, Kevin Walzer wrote:
> |
> |> I've been playing with py2app and a PyQt app I donwloaded, just 
> trying
> |> to see if I could package it up., but have failed. The app runs when
> |> launched from the command line with pythonw, but dies when launched 
> from
> |> the py2app-generated bundle. The console tells me, "Can't find PyQt
> |> module." The Qt libs do get copied to the bundle, so I'm not sure 
> what
> |> the problem is.
> |
> |
> | Neither am I.  You didn't give enough information for me to even 
> guess.
> |
> What other information would be helpful?

Most helpful is complete instructions on how to reproduce it (how to 
get and install PyQt, this app, its dependencies, the setup.py used).  
Otherwise, useful things include but are not limited to: a copy of the 
broken .app, a full traceback, a list of files in the bundle, any crash 
reporter errors, otool -L output on any extensions and libraries in the 
bundle, etc.

-bob



More information about the Pythonmac-SIG mailing list