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