[PyQt] installing PyQt4.3 on a mac
Gerard Vermeulen
gerard.vermeulen at grenoble.cnrs.fr
Wed Aug 1 17:59:56 BST 2007
On 01 Aug 2007 17:12:37 +0100
K.Wegner at herts.ac.uk 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, 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.
> >
> _______________________________________________
> PyQt mailing list PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>
More information about the PyQt
mailing list