LudovicRousseau / pyscard

pyscard smartcard library for python
http://pyscard.sourceforge.net/
GNU Lesser General Public License v2.1
383 stars 110 forks source link

Install pyscard in windows #26

Closed Jenny9998877 closed 7 years ago

Jenny9998877 commented 8 years ago

Hi, I didn't see any exe or msi file for pyscard 1.9. May I ask how should I install it in windows?

Thank you Jenny

50thomatoes50 commented 8 years ago

if you have pip installed just type pip install pyscard

if not go to https://ci.appveyor.com/project/LudovicRousseau/pyscard Select your python version and your system/python arch And them click on Artifact do get the list of generated files.

lmiguelmh commented 7 years ago

As you can see there is no artifact for python3.5. I installed swig and used VS2015 to compile and install pyscard (python setup.py install). Now I am having this problem https://github.com/LudovicRousseau/pyscard/issues/11

LudovicRousseau commented 7 years ago

I modified the AppVeyor configuration to add Python 3.5.

i2gor87 commented 7 years ago

AppVeyor compiling Python3.5x64 fails with:

LINK : fatal error LNK1117: syntax error in option 'MANIFEST:EMBED,ID=2'

error: command 'c:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\VC\\Bin\\amd64\\link.exe' failed with exit status 1117

Command exited with code 1

LudovicRousseau commented 7 years ago

I have no idea what is wrong for Python35-x64. I suspect a transient problem at AppVeyor.

LudovicRousseau commented 7 years ago

I do not provide binary installers. If you can't install PySCard using pip then open a new issue.