Browse Source
Merge pull request #3816 from SomberNight/pywin32_ctypes
Win binaries: use pywin32-ctypes instead of pypiwin32
3.1
ThomasV
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
contrib/build-wine/prepare-wine.sh
|
|
@ -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 |
|
|
|