[PyQt] installing PyQt4.3 on a mac

Giovanni Bajo rasky at develer.com
Wed Aug 1 14:38:13 BST 2007


On 8/1/2007 2:30 PM, K.Wegner at herts.ac.uk wrote:

> I tried to install the latest PyQt on a mac but the only error message I 
> got after running an PyQt example is "bus error". I installed Qt 4.3 
> (examples work) and Sip 4.6. Does anyone has an idea what does mean?

In my little experience with Macs, I always add this option to the sip's 
configure.py invokation:

LFLAGS_PLUGIN="-bundle -flat_namespace -undefined suppress"

I think this is explained in README.Fink, in SIP. Without these options, 
I always get the "bus error" with anything compiled through the sip 
build engine.
-- 
Giovanni Bajo



More information about the PyQt mailing list