Skip to content
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.

Commit

Permalink
Add hook so PyInstaller imports Sidetrack properly
Browse files Browse the repository at this point in the history
The way that Sidetrack is written, with conditional imports,
apparently causes PyInstaller some problems in finding them.
  • Loading branch information
mhucka committed Sep 24, 2020
1 parent 1a51353 commit 2fa7e1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyinstaller-hooks/hook-sidetrack.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from PyInstaller.utils.hooks import collect_all
datas, binaries, hiddenimports = collect_all('sidetrack')

0 comments on commit 2fa7e1d

Please sign in to comment.