You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file to D:\toto\PyQt4‑4.11.4‑cp35‑none‑win_amd64.whl
Run "WinPython Command Prompt.exe" as administrator
In the cmd.exe window, type >wppm -u PyQt5
In the cmd.exe window, type >wppm -i D:\toto\PyQt4‑4.11.4‑cp35‑none‑win_amd64.whl
Delete the folder "%WINPYDIR%\Lib\site-packages\PyQt5"
Step 6) is necessary because wppm does not delete the folder with the uninstall of PyQt5, and many WinPython scripts (such as env.bat) look for the existence of the folder "%WINPYDIR%\Lib\site-packages\PyQt5" to determine if Qt5 is used.
Should wppm be changed so that step 6) is not necessary?
The text was updated successfully, but these errors were encountered:
Some WinPython users need to replace PyQt5 with PyQt4. In my case, because of this bug: matplotlib/matplotlib#7688
Here is the procedure that worked for me with 64-bit WinPython 3.5.2.4Qt5b3:
Step 6) is necessary because wppm does not delete the folder with the uninstall of PyQt5, and many WinPython scripts (such as env.bat) look for the existence of the folder "%WINPYDIR%\Lib\site-packages\PyQt5" to determine if Qt5 is used.
Should wppm be changed so that step 6) is not necessary?
The text was updated successfully, but these errors were encountered: