<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;">​<br><div data-zbluepencil-ignore="true" id=""><div>I'm getting the following error when trying to run my app on a 32-bit Windows 7 machine.<br></div><div><br></div></div><div>    from PyQt5.QtCore import QObject, QThread, pyqtSignal, pyqtSlot<br></div><div>ImportError: DLL load failed while importing QtCore: %1 is not a valid Win32 application.<br></div><div><br></div><div>I don't get this error when running on a 64-bit machine or if I downgrade to 5.13.  Normally, I would not consider it too much of an issue, but unfortunately I have one user who must have it running on this particular VM with no exceptions. <br></div><div><br></div><div>Is this a bug or is there something obvious that I'm missing?  I also get the same  error on a clean install of Python and just try to import any PyQt modules.  <br></div><div><br></div></div><br></body></html>