Am Donnerstag, 2. Juli 2009 schrieb Hans-Peter Jansen: > Am Donnerstag, 2. Juli 2009 schrieb Hans-Peter Jansen: [...] > > > > $ otool -L CReport.app/Contents/MacOS/PyQt4.Qt* > > CReport.app/Contents/MacOS/PyQt4.QtCore.so: > > QtCore.framework/Versions/4/QtCore (compatibility version > > 4.5.0, current version 4.5.2) /usr/lib/libz.1.dylib (compatibility > > version 1.0.0, current version 1.2.3) /usr/lib/libSystem.B.dylib > > (compatibility version 1.0.0, current version 111.1.4) > > /System/Library/Frameworks/ApplicationServices.framework/Versions/A/App > >li cationServices (compatibility version 1.0.0, current version 34.0.0) > > /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current > > version 7.4.0) /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, > > current version 1.0.0) CReport.app/Contents/MacOS/PyQt4.QtGui.so: > > QtGui.framework/Versions/4/QtGui (compatibility version 4.5.0, current > > version 4.5.2) > > /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon > > (compatibility version 2.0.0, current version 136.0.0) > > /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit > > (compatibility version 45.0.0, current version 949.46.0) > > QtCore.framework/Versions/4/QtCore (compatibility version 4.5.0, > > current version 4.5.2) /usr/lib/libz.1.dylib (compatibility version > > 1.0.0, current version 1.2.3) /usr/lib/libSystem.B.dylib (compatibility > > version 1.0.0, current version 111.1.4) /usr/lib/libstdc++.6.dylib > > (compatibility version 7.0.0, current version 7.4.0) > > /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version > > 1.0.0) > > > > > > Shouldn't this work out of the box? I would very much like to keep the > > original Qt build, I'm using here. Needless to say, running it with > > Qt installed, works fine. (There seem to be similar issues with the > > qt4_plugins location which gets picked up from the systems Qt > > installation, rather then those incuded in the package. > > > > > > Current packages installed on the developer machine: > > xcode313_2736_developerdvd.dmg > > python-2.6.2-macosx2009-04-16.dmg > > qt-sdk-mac-opensource-2009.03.dmg > > sip-4.8.1.tar.gz > > PyQt-mac-gpl-4.5.1.tar.gz (with minor Configure.py patch for Qt 4.5.2 > > compatibility) http://svn.pyinstaller.org/trunk:685 > > > > > > Any ideas on what's going wrong here? > > Okay, found it: http://doc.trolltech.com/4.5/deployment-mac.html > > Seems to me, that there's quite a bit of way to go before this all is > usable painlessly.
Giovanni, if I add code for Qt library relocation/inclusion for PyInstaller, could you please briefly outline the way, you would do it (in order that you can accept these patches later? Pete --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/PyInstaller?hl=en -~----------~----~----~----~------~----~------~--~---
