Am 01.08.2011 19:14, schrieb Martin Zibricky:
Florian Höch píše v Po 01. 08. 2011 v 18:10 +0200:
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
btw. thanks for testing 1.5.1
np :)
the python.org 64-bit/32-bit installer).
How does homebrew install python, qt4 and pyqt4? - Is python
compiled or downloaded the official one?
In my case, I used the python.org Python (downloaded & installed myself)
- Is qt4 compiled or downloaded from qt4 website?
Homebrew compiled it.
- Is qt4 compiled as framework or with the folder structure similar
on linux?
It's not like on linux, but it doesn't put anything into
/Library/Frameworks either. All qt-related stuff is in
/usr/local/Cellar/qt/<version>, which contains a whole directory tree with
bin, lib, ... folders. The lib folder contains several qt framework folders.
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:
Does homebrew uses own libiconv or one from system? Is libiconv
packaged with the build?
system (I should note that atm pyqt is the only package that is
installed, so I don't know if other packages could introduce a homebrew
version of libiconv)
What do you mean by copying qt_menu.nib next to the binaries? Where
did you put it?
Ie. into dist/test_pyqt4
--
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.