On 01 Aug 2007 17:12:37 +0100 [EMAIL PROTECTED] wrote: > > unfortunately, that does not change anything. > Which python are you using? I am using the Python-2.5 installer for Mac from www.python.org and everything works without any special options (SIP-4.7, PyQt-4.3 and PyQt-3.17.3)
Gerard > > thanks, > katja > > On Aug 1 2007, Giovanni Bajo wrote: > > > 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. > > > _______________________________________________ > PyQt mailing list [email protected] > http://www.riverbankcomputing.com/mailman/listinfo/pyqt > _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
