[PyQt] Build error with PyQt4 4.10 on Mac 10.7.5

Phil Thompson phil at riverbankcomputing.com
Fri Apr 12 11:28:32 BST 2013


On Thu, 11 Apr 2013 17:21:37 -0600, Larry Shaffer <larrys at dakotacarto.com>
wrote:
> Hi,
> 
> Trying to get the latest PyQt4 4.10 to build but running into this error
> [0].
> 
> Using sip 4.14.5, Qt 4.8.4 on Mac 10.7.5 with XCode 4.5.1's default
> compiler (from command line).
> 
> [0] http://pastebin.com/as5SkZMP

You probably have a mismatch between the sip executable being used to
generate the code and the sip.h that the generated code #includes.

Phil


More information about the PyQt mailing list