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. 
<div><br class="webkit-block-placeholder"></div><div>Previous fix: (thanks Andy!)</div><div>ln -s&nbsp;/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages&nbsp;/Library/Python/2.5/site-packages</div>
<div><br><br><div><span class="gmail_quote">On 10/31/07, <b class="gmail_sendername">Phil Thompson</b> &lt;<a href="mailto:phil@riverbankcomputing.co.uk">phil@riverbankcomputing.co.uk</a>&gt; wrote:</span><blockquote class="gmail_quote" style="margin:0;margin-left:0.8ex;border-left:1px #ccc solid;padding-left:1ex">
On Tuesday 30 October 2007, Andy Davidoff wrote:<br>&gt; The simple solution is to link /Library/Frameworks/Python/.../site-<br>&gt; packages to /System/Library/...Python...site-packages.&nbsp;&nbsp;Then your<br>&gt; package installations will be visible to the normal python instance.
<br>&gt;<br>&gt; With that minor change I was able to install pyqt-4.3.1 without any<br>&gt; issues.<br><br>So is it a bug in the Python package?<br><br>(My copy of Leopard has only just arrived and is still sitting on my desk.)
<br><br>Phil<br>_______________________________________________<br>PyQt mailing list&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br><a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt">
http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br></blockquote></div><br>&nbsp;</div>