Skip to content

Commit

Permalink
Second attempt to fix 'Failed to execute script pyi_rth_pkgres' on wi…
Browse files Browse the repository at this point in the history
…ndows
  • Loading branch information
truenicoco committed Jul 21, 2020
1 parent aa9b34e commit 7a00f59
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=[pkg_resources.py2_warn],
hiddenimports=['pkg_resources.py2_warn'],
hookspath=['.'],
runtime_hooks=[],
excludes=['FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'],
Expand Down

0 comments on commit 7a00f59

Please sign in to comment.