<div dir="ltr">Hi PyQt team, <div><br></div><div>Is this the appropriate place to ask this sort of question? If not, please let me know, thank you! </div><div><br></div><div>I'm trying to use PyQt5.QtWidgets (on a clean VM) on a 32 bit installation of Python (I'd be happy w/ any version of Python 3). I have successfully gotten it to work on a 64 bit installation of Python. Specifically I have Python 3.7.4 from WinPython that came with PyQt5 5.13.0 and PyQt5-sip 4.19.18 and it all works (i.e. when I 'import PyQt5.QtWidgets' it works). </div><div><br></div><div>I've found WinPython does not come with PyQt5 for their 32bit distributions of Python, except for this one I found with Python 3.5 from a few years ago: <a href="https://sourceforge.net/projects/winpython/files/WinPython_3.5/3.5.2.3/">https://sourceforge.net/projects/winpython/files/WinPython_3.5/3.5.2.3/</a> </div><div>Even using that WinPython installation I've run into this error: </div><div><font face="monospace">>>> import PyQt5.QtWidgets</font></div><div><font face="monospace">Traceback (most recent call last):</font></div><div><font face="monospace">    File "<stdin>", line 1, in <module></font></div><div><font face="monospace">ImportError: DLL load failed: The specified procedure could not be found. </font></div><div><font face="monospace">>>></font></div><div><br></div><div>I've also tried just installing Python 3.7.4 directly and pip installing PyQt5 (same error, no success) and then trying to specifically install the PyQt5 version I mentioned above (still same error, no success). </div><div><br></div><div>Is there a reason PyQt5 would be incompatible w/ 32bit Python? Thank you!!</div><div><br></div><div>-Elizabeth Johnson</div><div><br></div></div>