gotthardp / python-mercuryapi

Python wrapper for the ThingMagic Mercury API
MIT License
122 stars 63 forks source link

Windows installation #114

Open choucous opened 4 years ago

choucous commented 4 years ago

I’m trying to install the API on Windows 10. The instruction says. « On Windows, use the pre-compiled binary installer. » Where can I find this binary installer and could you give me more details about the installation procedure. Thank you un advance

luchermans commented 3 years ago

under Assets in v0.5.1 https://github.com/gotthardp/python-mercuryapi/releases/tag/v0.5.1

luchermans commented 3 years ago

using Python 3.6.8 32bit installed mercuryapi-0.5.1.win32-py3.6.exe on import mercury i get ImportError: DLL load failed: The specified module could not be found. I have installed https://www.microsoft.com/en-us/download/details.aspx?id=5555 but same error

ps.: mercuryapi-0.5.1.amd64-py3.6.exe seems to need python 32bit

FKPSC commented 2 years ago

The Microsoft link above is broken, use this one: https://www.microsoft.com/en-us/download/details.aspx?id=26999

Also, only the 32 bit release worked: https://github.com/gotthardp/python-mercuryapi/releases/download/v0.5.1/mercuryapi-0.5.1.win32-py3.6.exe

caveman2st commented 2 years ago

@luchermans, thank you for this info. it took me a long time to find the windows installer. @gotthardp, I would be happy if there is a new version because i like epcpy but it needs Python >= 3.7