From 450de0d6f50b1cbb9c167a86a10c7ea0dc2d830d Mon Sep 17 00:00:00 2001 From: FKPSC <99185575+FKPSC@users.noreply.github.com> Date: Fri, 1 Apr 2022 00:06:55 +0200 Subject: [PATCH] 404 Microsoft link and clarification --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5495b58..ff9ae513 100644 --- a/README.md +++ b/README.md @@ -628,8 +628,10 @@ EPC(b'E2000087071401930700D206') Use the Windows installer for the [latest release](https://github.com/gotthardp/python-mercuryapi/releases) and Python 3.6. +*Note: Recent version might not have a Windows installer. Use an older version or follow the instructions below to create one yourself. Feel free to submit a PR if you successfully build an installer not listed in releases.* + If you get the "ImportError: DLL load failed", make sure you have the -[Microsoft Visual C++ 2010 Redistributable Package](https://www.microsoft.com/en-us/download/details.aspx?id=5555) +[Microsoft Visual C++ 2010 Redistributable Package](https://www.microsoft.com/en-us/download/details.aspx?id=26999) installed. To build an installer for other Python releases you need to: