On 8/1/2007 2:30 PM, [EMAIL PROTECTED] 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

_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to