allow generating SA keys locally

This commit is contained in:
Jay Lee
2019-12-21 15:06:48 -05:00
parent 3925d6a467
commit 4ad972f7fe
5 changed files with 120 additions and 12 deletions

View File

@@ -1,8 +1,13 @@
# -*- mode: python -*-
import sys
sys.modules['FixTk'] = None
a = Analysis(['gam.py'],
hiddenimports=[],
hookspath=None,
excludes=['_tkinter'],
excludes=['FixTk', 'tcl', 'tk', '_tkinter', 'tkinter', 'Tkinter'],
runtime_hooks=None)
for d in a.datas:
if 'pyconfig' in d[0]: