From 539174e1c52aeb780eea8610a56cb5e7da54e3d8 Mon Sep 17 00:00:00 2001 From: itsikkes Date: Thu, 26 May 2016 20:33:29 +0300 Subject: [PATCH] known issue regarding using twisted with pyInstaller --- chaos_monkey/monkey.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chaos_monkey/monkey.spec b/chaos_monkey/monkey.spec index edbd99541..eb894059c 100644 --- a/chaos_monkey/monkey.spec +++ b/chaos_monkey/monkey.spec @@ -2,7 +2,7 @@ import platform a = Analysis(['main.py'], pathex=['.'], - hiddenimports=['_cffi_backend'], + hiddenimports=['_cffi_backend', 'queue'], hookspath=None, runtime_hooks=None)