[PyQt] Installing PyQt 5 on Mac OS X (10.6.8 Snow Leopard)

Phil Thompson phil at riverbankcomputing.com
Fri Jun 28 09:53:53 BST 2013


On Thu, 27 Jun 2013 18:59:26 -0500, William Kyngesburye
<woklist at kyngchaos.com> wrote:
> PyQt should be picking the spec from SIP (unless PyQt 5 changed that). 
> You can specify the spec when compiling SIP with the option:
> 
> -p macx-g++
> 
> if that doesn't work when compiling PyQt, try:
> 
> -p macx-llvm
> 
> It's odd though, even on OS X 10.7, I get macx-g++ as the default for
SIP.
> 
> If PyQt 5 ignores SIP for the spec, maybe there's a similar option when
> compiling PyQt 5 to set the spec.

It's --spec

Phil


More information about the PyQt mailing list