We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d1e289 commit b5e88c0Copy full SHA for b5e88c0
gl.spec
@@ -3,6 +3,9 @@ import os
3
4
a = Analysis(['gl.py'],
5
pathex=[os.getcwd()],
6
+ # https://github.com/pyinstaller/pyinstaller/issues/3198
7
+ # remove this when dropping support for Python < 3.7
8
+ hiddenimports=['_sysconfigdata'],
9
hookspath=None,
10
runtime_hooks=None)
11
0 commit comments