Skip to content

Commit

Permalink
Attempt to fix 'Failed to execute script pyi_rth_pkgres' on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
truenicoco committed Jul 21, 2020
1 parent 4a9bf22 commit aa9b34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyinstaller-win/hh-creator.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ a = Analysis(['hh-creator.py'],
pathex=['pyinstaller-win'],
binaries=[],
datas=[('..\\hh_creator\\resource', 'resource')],
hiddenimports=[],
hiddenimports=[pkg_resources.py2_warn],
hookspath=['.'],
runtime_hooks=[],
excludes=['FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'],
Expand Down

0 comments on commit aa9b34e

Please sign in to comment.