<div dir="ltr">Hi,<div>I have start using the PyQt5 along with py2exe to deploy my application to other developer. On my machine the generated .exe start without problems. But on other machines the application refuse to start with this error:</div><div><br></div><div><div>Traceback (most recent call last):</div><div> File "CodeReviewerMain.py", line 16, in <module></div><div> File "BodycadQmlApplication.pyc", line 5, in <module></div><div> File "PyQt5\QtQuick.pyc", line 12, in <module></div><div> File "PyQt5\QtQuick.pyc", line 10, in __load</div><div>ImportError: DLL load failed: A dynamic link library (DLL) initialization routine failed.</div></div><div><br></div><div>Look like the QtQuick DLL is not found on other machine but work on mine, I don't have anything special inside my PATH environment variable nor I have a machine wide Qt install either. Even if I put the dll directly into the folder, it doesn't work. I'm not sure what is going on.</div><div><br></div><div>Localy I can run the py2exe  exe properly. We are using those Qt5X.dll</div><div><br></div><div>Anybody have any info on this or any tips where or what to look for?</div><div><br></div><div>Thanks,</div><div>regards,</div><div>Jerome</div></div>