Skip to content

Commit 2d04530

Browse files
committed
Added vtkmodules.all hidden import
1 parent a9545b0 commit 2d04530

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cq-cli_pyinstaller.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ hidden_imports.append('typish')
3939
hidden_imports.append('numpy.core.dtype')
4040
hidden_imports.append('numpy.core._dtype')
4141
hidden_imports.append('vtkmodules')
42+
hidden_imports.append('vtkmodules.all')
4243

4344
# numpy hidden imports
4445
hidden_imports_numpy = collect_submodules('numpy')

0 commit comments

Comments
 (0)