[PyQt] PyQt5 and py2exe

Jérôme Godbout jerome at bodycad.com
Mon Nov 30 16:52:45 GMT 2015


Hi,

Sorry for the noise. Seem like the generated .exe only work under Windows
8.1 (was created on Windows 8.1) other 8.0 and 7 cannot run it. Soo it seem
like the problem is on py2exe side. I will try PyInstaller instead and see
if I can manage to have a portable .exe

Thanks,
Jerome

On Fri, Nov 27, 2015 at 4:26 PM, Jérôme Godbout <jerome at bodycad.com> wrote:

> Hi,
> 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:
>
> Traceback (most recent call last):
>  File "CodeReviewerMain.py", line 16, in <module>
>  File "BodycadQmlApplication.pyc", line 5, in <module>
>  File "PyQt5\QtQuick.pyc", line 12, in <module>
>  File "PyQt5\QtQuick.pyc", line 10, in __load
> ImportError: DLL load failed: A dynamic link library (DLL) initialization
> routine failed.
>
> 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.
>
> Localy I can run the py2exe  exe properly. We are using those Qt5X.dll
>
> Anybody have any info on this or any tips where or what to look for?
>
> Thanks,
> regards,
> Jerome
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20151130/dba0aa22/attachment.html>


More information about the PyQt mailing list