Skip to content

Commit

Permalink
Add note on where msvcp140.dll goes
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jan 21, 2016
1 parent f1169cc commit 0149309
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/pyqt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ installer with Python 3.5 or later, you'll need to ensure the file `msvcp140.dll
is included. If you have a Visual Studio installation, you can find it in there;
otherwise download the [Visual C++ Redistributable](https://www.microsoft.com/en-us/download/details.aspx?id=48145).
On Linux, you can extract the DLL from the exe using `cabextract` (after extracting
files from the exe, run it again on a file called `a10`).
files from the exe, run it again on a file called `a10`). Place `msvcp140.dll`
inside the `PyQt4` folder, next to files like `QtCore4.dll`.

0 comments on commit 0149309

Please sign in to comment.