I tried running the interactive pyqt4 tests with both pyinstaller trunk r1556 and pyinstaller 1.5.1 on Lion (using 32-bit Python 2.7.2 from the python.org 64-bit/32-bit installer).

Both produced binaries worked only after manually copying qt_menu.nib from /usr/local/Cellar/qt/4.7.3/lib/QtGui.framework/Versions/4/Resources next to the binaries. The pyinstaller trunk version printed the following when run:

Qt4 plugin paths: [PyQt4.QtCore.QString(u'/Users/Shared/pyinstaller/trunk/buildtests/interactive/dist/test_pyqt4/qt4_plugins'), PyQt4.QtCore.QString(u'/Users/Shared/pyinstaller/trunk/buildtests/interactive/dist/test_pyqt4')] Qt4 image read support: bmp, gif, ico, jpeg, jpg, mng, pbm, pgm, png, ppm, svg, svgz, tif, tiff, xbm, xpm

PS. Homebrew uses /usr/local/Cellar and puts symlinks to libs and binaries into /usr/local subdirectories.

Am 01.08.2011 17:15, schrieb Martin Zibricky:
Florian Höch píše v Po 01. 08. 2011 v 17:02 +0200:
Hmm. I have pyqt installed through Homebrew, and it doesn't seem to
include iconv (actually the reaon I switched over to Homebrew from
MacPorts was because I wanted it to use system libs if available).
Atleast I don't see it anywhere in /usr/local/
I have no doubt what you say is still true for Fink and Macports
though.

Homebrew is installing it's libraries and other stuff all over the
system paths.

Fink and macports use a fixed prefix like '/opt/local' in case of
macports.

Could you try running testcase interactive/test_pyqt4 on your mac?


--
Florian Höch

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

Reply via email to