Re: [Pythonmac-SIG] [PyQt] PyQt and py2app conflicting pre-installed Qt version

2010-04-22 Thread Michael Held
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

Re: [Pythonmac-SIG] Problems with py2app and qt

2010-04-22 Thread Michael Held
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

[Pythonmac-SIG] PyQt and py2app conflicting pre-installed Qt version

2010-04-22 Thread Michael Held
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