<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'm surprised that you thought I was too stupid to recompile PyQt. Here's the 'build' function that might need tweaking:<br><div style="margin-left: 40px;">
<br>build() {<br> cd ${startdir}/src/${realname}-x11-gpl-${pkgver}-snapshot-${pkgdate}<br> #cd ${startdir}/src/${realname}-x11-gpl-${pkgver}<br><br> # Build<br> echo yes | python configure.py -b /usr/bin \<br>
-d /usr/lib/python2.6/site-packages \<br> -v /usr/share/sip<br> make || return 1<br> make DESTDIR=${startdir}/pkg install<br>}<br></div><br>Since we've established that recompiling PyQt using Python v2.6 doesn't fix the problem, what shall I try next?<br>
<br></div></div>