known issue regarding using twisted with pyInstaller
This commit is contained in:
parent
3dacde2f28
commit
539174e1c5
|
@ -2,7 +2,7 @@
|
||||||
import platform
|
import platform
|
||||||
a = Analysis(['main.py'],
|
a = Analysis(['main.py'],
|
||||||
pathex=['.'],
|
pathex=['.'],
|
||||||
hiddenimports=['_cffi_backend'],
|
hiddenimports=['_cffi_backend', 'queue'],
|
||||||
hookspath=None,
|
hookspath=None,
|
||||||
runtime_hooks=None)
|
runtime_hooks=None)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue