[PyQt] Support for Qt v5.4

Phil Thompson phil at riverbankcomputing.com
Wed Dec 17 14:33:51 GMT 2014


On 17/12/2014 2:06 pm, Darren Dale wrote:
> Hi Phil,
> 
> On Sun Nov 30 2014 at 9:15:50 AM Phil Thompson 
> <phil at riverbankcomputing.com>
> wrote:
> 
>> Tonight's PyQt5 snapshot includes full support for Qt v5.4.0-rc. This
>> includes the new QtWebChannel and QtWebEngineWidgets module (although
>> the latter is not available on Windows).
> 
> 
> Could you clarify, will QtWebEngineWidgets be supported at some point 
> on
> Windows?

The problem is compiler versions. WebEngine needs MSVC2013, Python3 is 
(currently) MSVC2010 and Python2 MSVC2008. Work is going on to eliminate 
the compiler version problem once and for all with MSVC2015.

There is nothing in PyQt that prevents you using your own Python build 
using MSVC2013 - but it's not supported.

Phil


More information about the PyQt mailing list