Disable twisted runtime hook in PyInstaller

This commit is contained in:
albertosottile 2018-04-27 09:39:54 +02:00
parent 53dcb17eaf
commit 6972b4d5ea
1 changed files with 1 additions and 0 deletions

View File

@ -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