tMerge pull request #3816 from SomberNight/pywin32_ctypes - electrum - Electrum Bitcoin wallet
 (HTM) git clone https://git.parazyd.org/electrum
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
       ---
 (DIR) commit e7dbdc040660c59d0e9201118eff0d9266340525
 (DIR) parent 4737aa6c2a5a8afcb84bcb3fd523d7edc6ca4b22
 (HTM) Author: ThomasV <thomasv@electrum.org>
       Date:   Sat,  3 Feb 2018 09:18:44 +0100
       
       Merge pull request #3816 from SomberNight/pywin32_ctypes
       
       Win binaries: use pywin32-ctypes instead of pypiwin32
       Diffstat:
         M contrib/build-wine/prepare-wine.sh  |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/contrib/build-wine/prepare-wine.sh b/contrib/build-wine/prepare-wine.sh
       t@@ -72,8 +72,8 @@ done
        # upgrade pip
        $PYTHON -m pip install pip --upgrade
        
       -# Install PyWin32
       -$PYTHON -m pip install pypiwin32
       +# Install pywin32-ctypes (needed by pyinstaller)
       +$PYTHON -m pip install pywin32-ctypes
        
        # Install PyQt
        $PYTHON -m pip install PyQt5