[PyQt] PyQt 'make' fails on Leopard Default Py install
Scott Willman
scottwillman at gmail.com
Wed Oct 31 17:02:38 GMT 2007
It's actually an inconsistency with the Qt pre-built installer for mac and
Leopard. It appears that it was built on Tiger and something must have
changed in the os. If you download Qt as source and build it it works with
the aforementioned minor alteration for Sip's site-packages location. The
issues with Qt and the site-packages location for the sipconfig module
appear to be unrelated.
Previous fix: (thanks Andy!)
ln
-s /System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages
/Library/Python/2.5/site-packages
On 10/31/07, Phil Thompson <phil at riverbankcomputing.co.uk> wrote:
>
> On Tuesday 30 October 2007, Andy Davidoff wrote:
> > The simple solution is to link /Library/Frameworks/Python/.../site-
> > packages to /System/Library/...Python...site-packages. Then your
> > package installations will be visible to the normal python instance.
> >
> > With that minor change I was able to install pyqt-4.3.1 without any
> > issues.
>
> So is it a bug in the Python package?
>
> (My copy of Leopard has only just arrived and is still sitting on my
> desk.)
>
> Phil
> _______________________________________________
> PyQt mailing list PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20071031/92fc88d2/attachment.html
More information about the PyQt
mailing list