From 2d7cb64247068880b6e65a214a006bf0d03f77c0 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Tue, 25 Oct 2022 21:41:28 -0500 Subject: [PATCH] Update pyinstaller.spec attempt to add cas_DLLs to datas (in addition to binaries earlier) --- pyinstaller.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyinstaller.spec b/pyinstaller.spec index a7784c9..2e2499c 100644 --- a/pyinstaller.spec +++ b/pyinstaller.spec @@ -33,7 +33,8 @@ a = Analysis(['run.py'], datas=[(spyder_data, 'spyder'), (occt_dir, 'opencascade'), (cqw_path, 'cq_warehouse'), - (cq_path, 'cadquery')] + + (cq_path, 'cadquery'), + cas_DLLs] + [(p, 'parso/python') for p in parso_grammar] + datas1, hiddenimports=['ipykernel.datapub', 'debugpy', 'vtkmodules', 'vtkmodules.all', 'pyqtgraph.graphicsItems.ViewBox.axisCtrlTemplate_pyqt5',