<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Aug 14, 2014 at 7:52 AM, Phil Thompson <span dir="ltr"><<a href="mailto:phil@riverbankcomputing.com" target="_blank">phil@riverbankcomputing.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 14/08/2014 12:37 pm, Darren Dale wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have been successful building conda packages for qt5/sip/pyqt5 on 64-bit<br>
windows, osx, and linux (available at <a href="http://binstar.org/dsdale24" target="_blank">binstar.org/dsdale24</a>, for now). I<br>
discovered an issue with the pyqt5 package for python-2.7, though, it<br>
crashed when trying to load a couple of the examples, notably qtdemo.py.<br>
I'm wondering if this may be related to the fact that I could not build Qt5<br>
with MSVC2008 (due I think to<br>
<a href="https://bugreports.qt-project.org/browse/QTBUG-35980" target="_blank">https://bugreports.qt-project.<u></u>org/browse/QTBUG-35980</a>), and therefore had to<br>
build Qt5 with MSVC2010, but the sip and pyqt5 python-2.7 packages need to<br>
be built with MSVC2008. The python-3.4 pyqt5 package, which was built with<br>
MSVC2010, was able to run qtdemo.py without problems.<br>
<br>
I notice that there is no PyQt5 windows installer for python-2.7 posted on<br>
the Riverbank website. Could anyone comment? I'm wondering if the issues<br>
I'm seeing are really due to a compiler mismatch, or if there are some<br>
other issues such that pyqt5 will not be supported for python-2.7 on<br>
windows.<br>
</blockquote>
<br></div></div>
The main reason for the lack of installer is problems building QtWebKit with MSVC2008. I only see this problem getting worse - Qt will drop support for MSVC2008 before support for Python 2.7 comes to an end.<br><br></blockquote>
<div> </div></div>For what its worth, I was able to compile Qt-5.3.1 for 64 bits using MSVC2008, after applying the attached patch. With pyqt5 using that library, I was able to run qtdemo.py without crashes.</div></div>