<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">

I lodged the following bug report and additional comment earlier: <a href="http://bugs.archlinux.org/task/13133" target="_blank">http://bugs.archlinux.org/task/13133</a><br><br>Does anyone know what I must do to make PyQt4 work with Python v2.6 instead of Python v2.5?<br>

</blockquote>

<br>
</div></div>Just recompile it.</blockquote><div><br>Thanks for the reply, but I&#39;m surprised that you thought I was too stupid to recompile PyQt.&nbsp; Here&#39;s the &#39;build&#39; function that might need tweaking:<br><div style="margin-left: 40px;">

<br>build() {<br>&nbsp;&nbsp;&nbsp; cd ${startdir}/src/${realname}-x11-gpl-${pkgver}-snapshot-${pkgdate}<br>&nbsp;&nbsp;&nbsp; #cd ${startdir}/src/${realname}-x11-gpl-${pkgver}<br><br>&nbsp;&nbsp;&nbsp; # Build<br>&nbsp;&nbsp;&nbsp; echo yes | python configure.py -b /usr/bin \<br>

&nbsp;&nbsp;&nbsp; -d /usr/lib/python2.6/site-packages \<br>&nbsp;&nbsp;&nbsp; -v /usr/share/sip<br>&nbsp;&nbsp;&nbsp; make || return 1<br>&nbsp;&nbsp;&nbsp; make DESTDIR=${startdir}/pkg install<br>}<br></div><br>Since we&#39;ve established that recompiling PyQt using Python v2.6 doesn&#39;t fix the problem, what shall I try next?<br>

<br></div></div>