From 6972b4d5eaaa8eee228dcd06f7dd21c012059fb3 Mon Sep 17 00:00:00 2001 From: albertosottile Date: Fri, 27 Apr 2018 09:39:54 +0200 Subject: [PATCH] Disable twisted runtime hook in PyInstaller --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index f796de9..aaffc53 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -14,6 +14,7 @@ init: - conda install -c conda-forge pyside2 -y - pip install twisted pyinstaller zope.interface - type nul > C:\Miniconda\envs\syncplay\lib\site-packages\zope\__init__.py + - type nul > C:\Miniconda\envs\syncplay\lib\site-packages\pyinstaller\loader\rthooks\pyi_rth_twisted.py - pip freeze - conda list