pyqt / python-qt5

Unofficial PyQt5 via PyPI for Python 2.7 64-bit on Windows
GNU General Public License v3.0
280 stars 77 forks source link

Question: Problems from mixing MSVC90 with MSVC140? #52

Open andrew-klaassen opened 4 years ago

andrew-klaassen commented 4 years ago

Hi,

As I understand it, an official version of PyQt5 for Python 2.7 isn't provided because of potential memory corruption issues resulting from mixing the MSVC90 of Python 2.7 with the MSVC140 needed to build PyQt5. There's a reasonably thorough explanation of the issues here:

http://siomsystems.com/mixing-visual-studio-versions/

Have you mitigated this issue somehow, or is it more cross-your-fingers-and-hope-nothing-crashes? :-)

Thanks!