Comment installer PyQt sur Mac OS X 10.6

Je suis tout à fait nouveau sur Mac OS X. lorsque J'ai essayé D'installer PyQt sur Mac Os X après avoir installé python 3.1, Qt 4.6.2 et SIP 4.10.1, j'ai rencontré l'erreur suivante lorsque j'exécute $python3 configure.py commandement.

Determining the layout of your Qt installation...
This is the GPL version of PyQt 4.7 (licensed under the GNU General Public
License) for Python 3.1 on darwin.

Type '2' to view the GPL v2 license.
Type '3' to view the GPL v3 license.
Type 'yes' to accept the terms of the license.
Type 'no' to decline the terms of the license.

Do you accept the terms of the license? yes
Checking to see if the QtGui module should be built...
Checking to see if the QtHelp module should be built...
Checking to see if the QtMultimedia module should be built...
Checking to see if the QtNetwork module should be built...
Checking to see if the QtOpenGL module should be built...
Checking to see if the QtScript module should be built...
Checking to see if the QtScriptTools module should be built...
Checking to see if the QtSql module should be built...
Checking to see if the QtSvg module should be built...
Checking to see if the QtTest module should be built...
Checking to see if the QtWebKit module should be built...
Checking to see if the QtXml module should be built...
Checking to see if the QtXmlPatterns module should be built...
Checking to see if the phonon module should be built...
Checking to see if the QtAssistant module should be built...
Checking to see if the QtDesigner module should be built...
Qt v4.6.2 free edition is being used.
Qt is built as a framework.
SIP 4.10.1 is being used.
The Qt header files are in /usr/include.
The shared Qt libraries are in /Library/Frameworks.
The Qt binaries are in /Developer/Tools/Qt.
The Qt mkspecs directory is in /usr/local/Qt4.6.
These PyQt modules will be built: QtCore.
The PyQt Python package will be installed in
/Library/Frameworks/Python.framework/Versions/3.1/lib/python3.1/site-packages.
PyQt is being built with generated docstrings.
PyQt is being built with 'protected' redefined as 'public'.
The Designer plugin will be installed in
/Developer/Applications/Qt/plugins/designer.
The PyQt .sip files will be installed in
/Library/Frameworks/Python.framework/Versions/3.1/share/sip/PyQt4.
pyuic4, pyrcc4 and pylupdate4 will be installed in
/Library/Frameworks/Python.framework/Versions/3.1/bin.
Generating the C++ source for the QtCore module...
sip: Usage: sip [-h] [-V] [-a file] [-b file] [-c dir] [-d file] [-e] [-g] [-I dir] [-j #] [-k] [-m file] [-o] [-p module] [-r] [-s suffix] [-t tag] [-w] [-x feature] [-z file] [file]
Error: Unable to create the C++ code.

Quelqu'un a installé PyQt sur Mac OS X 10.6.2 avec succès?

10
demandé sur rae1 2010-04-06 10:39:47

6 réponses

Essayez d'utiliser infusion:

brew install pyqt

il est plus fortement recommandé que macports maintenant.

32
répondu th3morg 2012-10-27 19:28:06

QT et PyQT également disponibles pour l'installation sur OSX en utilisant Homebrew

8
répondu PhoebeB 2010-12-31 20:53:49

j'ai eu le même problème que vous avez eu. La solution est plutôt simple.

à cause d'un bug dans configure.py de PyQt4, vous n'êtes pas censé avoir un caractère d'espace dans votre chemin de répertoire source PyQt4. L'erreur est due à une mauvaise syntaxe lorsque configure.py invoque l'exécutable sip sur un chemin d'entrée avec des espaces.

6
répondu Kevin 2010-10-16 16:09:23

j'ai eu ce problème, et en effet mon dossier source PyQt était dans un répertoire qui avait un caractère d'espace quelque part dans le chemin.

j'ai pu faire ce travail en déplaçant le dossier source PyQt vers la racine, et en exécutant python configure.py de là.

4
répondu Mike Cavaliere 2011-01-05 23:03:02

vous pouvez aussi utiliser PyQtX, qui est une distribution binaire de PyQt pour OS X et inclut également les bibliothèques Qt. Tu as juste besoin de Python pour ça.

1
répondu AbiusX 2012-06-28 20:37:30

puisque vous utilisez PyQt v4.7 vous devez installer Qt v4.7 trop, aller de l'avant et installer Qt v4.7.1 en premier.

0
répondu ismail 2010-12-31 20:59:14