[PyQt] Symbol not found: _sipQtConnect on Mac OSX 10.5

Phil Thompson phil at riverbankcomputing.com
Sat Mar 28 11:19:33 GMT 2009


On Sat, 28 Mar 2009 13:01:53 +0900, Damien Elmes <resolve at ichi2.net> wrote:
> Found the bug. In the project files, you are doing
> 
> CONFIG += ppc i386
> 
> as per the qmake docs, it should read
> 
> CONFIG += ppc x86
> 
> This resulted in only the PPC half of the library being built, and
> thus missing symbols when running on an Intel. I changed configure.py
> in a few places to use the correct config line, and it seems to be
> building correctly now.

Many thanks.

Phil


More information about the PyQt mailing list