I found a solution in this list from 2009-12-15. sorry for posting again.
> Brilliant...it turned out that the Qt libraries were being loaded *twice* –
> once from inside the bundle and once from the libraries on my computer.
>
> The hack fix was to create a qt.conf file inside Contents/Resourc
hi,
thanks for that excellent trick.
it sounds like this is a problem of py2app and its PyQt recipe. this conflict
is very dangerous since it could lead to frustrated users of your apps and
might give developers a hard time.
could that be included to py2app? also deleting the Qt.debug files fr
hi PyQt,
after merging to the new Qt 4.6 and PyQt 4.7 I observed strange crashes of my
py2app bundled application on another test computer. on my development Mac
everything was fine.
running the binary from my .app directly on the shell I saw a number of strange
warnings about two Qt versions