marcelotduarte / cx_Freeze

cx_Freeze creates standalone executables from Python scripts, with the same performance, is cross-platform and should work on any platform that Python itself works on.
https://marcelotduarte.github.io/cx_Freeze/
Other
1.28k stars 210 forks source link

PyQt6 import error in cx_Freeze 7.1, missing DLL #2431

Closed VegarS closed 3 weeks ago

VegarS commented 3 weeks ago

Freezing with cx_Freeze 7.1 causes an import error in PyQt6 scripts. It can be reproduced with the PyQt6 sample files: image

The issue is also present in 7.2.0dev2, but everything seems to work with 7.0.0.

To Reproduce

Desktop:

marcelotduarte commented 3 weeks ago

Release 7.1.0-post0 is out! Documentation