fredrikaverpil / pyside2-wheels

Unofficial PySide2 wheel building with Travis CI and AppVeyor
41 stars 6 forks source link

Wheels for Python 2.7 on Windows are built with MSVC2015 (v14) #11

Closed fredrikaverpil closed 8 years ago

fredrikaverpil commented 8 years ago

I'm reading here you shouldn't mix MSVC versions as can result in hard to find side-effects.

Since Python 3.5 is compiled with MSVC2008 (v14.0) and Qt5 is available in a version compiled with MSVC2015 as well, we’re good to use that when compiling PySide2 for Python 3.5 using MSVC2015.

However, for Python 2.7 in Windows (which was compiled with MSVC2008 (v9.0) there's no Qt5 build, compiled with MVC2008. Right now I'm building Python 2.7 wheels for Windows using MSVC2015. I wonder if this is going to be OK...