From de73e8803374fab860bae6d65dee60efa188e9f9 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Wed, 26 Oct 2022 12:29:24 -0500 Subject: [PATCH] Remove casadi DLLs from pyinstaller.spec remove cas_DLLs from binaries and datas --- pyinstaller.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyinstaller.spec b/pyinstaller.spec index fa7934c..3433c38 100644 --- a/pyinstaller.spec +++ b/pyinstaller.spec @@ -29,12 +29,11 @@ hiddenimports2 = collect_submodules('xmlrpc') a = Analysis(['run.py'], pathex=['.'], - binaries=[ocp_path] + [cas_DLLs] + binaries1, + binaries=[ocp_path] + binaries1, datas=[(spyder_data, 'spyder'), (occt_dir, 'opencascade'), (cqw_path, 'cq_warehouse'), - (cq_path, 'cadquery'), - cas_DLLs] + + (cq_path, 'cadquery')] + [(p, 'parso/python') for p in parso_grammar] + datas1, hiddenimports=['ipykernel.datapub', 'debugpy', 'vtkmodules', 'vtkmodules.all', 'pyqtgraph.graphicsItems.ViewBox.axisCtrlTemplate_pyqt5',