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

Damien Elmes resolve at ichi2.net
Sat Mar 28 04:01:53 GMT 2009


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.

Cheers,

Damien


More information about the PyQt mailing list