gotthardp / python-mercuryapi

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

Windows Installer based on Python3.6 (32 bits) #124

Open ymchennn opened 3 years ago

ymchennn commented 3 years ago

Thanks for this great wrapper.

There is a question from my side about how to install this on Windows 10 (x64). As the guideline, there is a step 'Download the latest pthreads-win32 binaries (both .dll and .lib) for your architecture and put them into mercuryapi-1.31.4.35\c\src\pthreads-win32\x86 or \x64', while in the path ' mercuryapi-1.31.4.35\c\src\pthreads-win32' there is no 'x64' folder, do we need to create the path by ourselves?

Also I am a little confused about 'Download the latest pthreads-win32 binaries', is there any recommended resources? I think my issue should be here.

Thanks