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 <[EMAIL PROTECTED]> 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@riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to