mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 21:01:36 +00:00
Exclude tcl/tk module
This commit is contained in:
@@ -3,6 +3,7 @@ a = Analysis(['gam.py'],
|
|||||||
pathex=['C:\\Users\\jlee\\Documents\\GitHub\\GAM'],
|
pathex=['C:\\Users\\jlee\\Documents\\GitHub\\GAM'],
|
||||||
hiddenimports=[],
|
hiddenimports=[],
|
||||||
hookspath=None,
|
hookspath=None,
|
||||||
|
excludes=['_tkinter'],
|
||||||
runtime_hooks=None)
|
runtime_hooks=None)
|
||||||
for d in a.datas:
|
for d in a.datas:
|
||||||
if 'pyconfig' in d[0]:
|
if 'pyconfig' in d[0]:
|
||||||
|
|||||||
Reference in New Issue
Block a user