From e47f9789a52c77b13ecbd342e97d201fec627b79 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Fri, 23 Sep 2022 09:31:51 -0500 Subject: [PATCH] Revert cq-editor pyinstaller --- pyinstaller.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pyinstaller.spec b/pyinstaller.spec index abbfe32..0298fc3 100644 --- a/pyinstaller.spec +++ b/pyinstaller.spec @@ -10,7 +10,6 @@ spyder_data = Path(site.getsitepackages()[-1]) / 'spyder' parso_grammar = (Path(site.getsitepackages()[-1]) / 'parso/python').glob('grammar*') cqw_path = Path(site.getsitepackages()[-1]) / 'cq_warehouse' cq_path = Path(site.getsitepackages()[-1]) / 'cadquery' -cqe_path = Path(site.getsitepackages()[-1]) / 'jmwright-cq-editor' if sys.platform == 'linux': occt_dir = os.path.join(Path(sys.prefix), 'share', 'opencascade') @@ -31,8 +30,7 @@ a = Analysis(['run.py'], datas=[(spyder_data, 'spyder'), (occt_dir, 'opencascade'), (cqw_path, 'cq_warehouse'), - (cq_path, 'cadquery'), - (cqe_path, 'cq-editor')] + + (cq_path, 'cadquery')] + [(p, 'parso/python') for p in parso_grammar] + datas1, hiddenimports=['ipykernel.datapub', 'debugpy', 'vtkmodules', 'vtkmodules.all', 'pyqtgraph.graphicsItems.ViewBox.axisCtrlTemplate_pyqt5',