Exclude tcl/tk module

This commit is contained in:
Ross Scroggs
2016-06-03 18:12:32 -07:00
parent 71f37acdf4
commit 6b97662f8a

View File

@@ -3,6 +3,7 @@ a = Analysis(['gam.py'],
pathex=['C:\\Users\\jlee\\Documents\\GitHub\\GAM'],
hiddenimports=[],
hookspath=None,
excludes=['_tkinter'],
runtime_hooks=None)
for d in a.datas:
if 'pyconfig' in d[0]: