Top "Python-sip" questions

SIP is a python library used to port native C/C++ APIs into Python.

Location of global libraries for Python on Mac?

I'm fighting with installation SIP for Python on Mac OS X. Finally after compilation and installation when I run console …

python macos configuration python-sip
How to install SIP & PyQT on windows 7

I'm a newbie to Python environment & really struggling to install SIP & PyQt on my Win 7 machine. This is …

python python-sip
Why are SIP and PyQt4 not getting along

I do most of my work in Windows and have a good python27 set up like I like it. I …

python pyqt4 python-sip
How to check if a library is 32bit/64bit built on Mac OS X?

I'm having some trouble in using PyQt/SIP. I guess the SIP is compiled into 64bit, but Python has some …

python macos 64-bit python-sip
No module named sip when running QGIS from Python

I have QGIS Valmiera 2.2.0 installed and started a simple python script using this documentation. I had a hard time because …

python qgis python-sip
RuntimeError: the sip module implements API v11.0 to v11.2 but the PyQt5.QtCore module requires API v11.3

I recently installed PyQt4 onto my system and started doing some basic tasks (course work), it worked fine. Then, after …

python matplotlib anaconda pyqt5 python-sip
PyQt5 error "PyCapsule_GetPointer called with incorrect name"

I've just built PyQt5 in a pyenv virtualenv with python 3.6.3 on OpenSUSE leap, the build went fine, but when I …

linux python-3.x pyqt5 python-sip
Incorrect check of SIP version during PyQt installation

I have been trying to install PyQt on my mac (OSX 10.6.8), but I still having this problem: When I try …

macos pyqt osx-leopard python-sip
pip3 install PyQt5 --user fails

Errors are present when trying to install PyQt5 via pip3. The automated message wants me to add more detail, but …

python pyqt pip pyqt5 python-sip
recipe for target 'main.o' failed

I am trying to install SIP to be able to install PyQt on my Windows system. I'm following a guide "…

gcc pyqt4 mingw32 python-sip