Skip to content

Commit

Permalink
Added hidden import of 'lxml._elementpath' to prevent the exe errorin…
Browse files Browse the repository at this point in the history
…g out upon first start (#19)

Co-authored-by: fhamood <firas.hamood@yahoo.de>
  • Loading branch information
fhamood and Anonoemus authored Oct 28, 2022
1 parent 6b19253 commit 39f871d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SIMSI-Transfer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ a = Analysis(['gui.py'],
pathex=[],
binaries=[],
datas=[('simsi_transfer/utils', 'simsi_transfer/utils'), ('./pyproject.toml', '.')],
hiddenimports=[],
hiddenimports=['lxml._elementpath'],
hookspath=[],
hooksconfig={},
runtime_hooks=['add_lib.py'],
Expand Down

0 comments on commit 39f871d

Please sign in to comment.