[PyQt] RE: problem building PyQt 4.4.4 on OS-X

Phil Thompson phil at riverbankcomputing.com
Thu Nov 13 22:56:54 GMT 2008


On Thu, 13 Nov 2008 22:46:26 -0000, "Simon Knowles" <simon at icerasemi.com>
wrote:
> Firstly, apologies if this reflects my lack of unix expertise -- I'm no
> guru -- but I did succeed with an earlier PyQt build and I'm generally
> attentive to instructions...
> 
>  
> 
> I have installed python, Qt, and Sip -- python and Qt demos work OK --
> but you can see from the terminal snippet below that I have a problem
> building PyQt (unpacking the tar from the same place and performing the
> same sequence of configure, make, make install).  It seems that
> configure.py correctly finds header files in
> /usr/local/Trolltech/Qt-4.4.3/include but the subsequent make (executed
> from the same place as the configure) can't find them.
> 
>  
> 
> Any assistance much appreciated.

Use the --verbose flag to configure.py to see what is going on.

Phil


More information about the PyQt mailing list