jdegenstein / jmwright-CQ-Editor

Forked from jmwright/CQ-Editor
Apache License 2.0
21 stars 7 forks source link

PyInstaller not bundling py_lib3mf libs in static builds of CQ-editor #15

Open jdegenstein opened 9 months ago

jdegenstein commented 9 months ago

https://pyinstxtractor-web.netlify.app/

no lib3mf libs are present in extracted executable (tested on Win, no DLLs), need to investigate adding/creating a pyinstaller hook probably

jdegenstein commented 9 months ago

https://pyinstaller.org/en/stable/hooks.html#hook-global-variables

jdegenstein commented 9 months ago

Fixed with commit https://github.com/jdegenstein/jmwright-CQ-Editor/commit/d8c4e5bfacdf54ae47595b6d1d59efcb9a3883f4 by adding a new hook for py_lib3mf in the extrahooks directory

jdegenstein commented 9 months ago

May not be fixed on Linux