LudovicRousseau / pyscard

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

Python 3.4 Install #17

Closed agieocean closed 8 years ago

agieocean commented 8 years ago

Using python setup.py install from the github repository I am getting: error: Microsoft Visual C++ 10.0 is required (Unable to find vcvarsall.bat).

Is there any precompiled binary or VS project files I could use to install?

LudovicRousseau commented 8 years ago

Maybe you should install Microsoft Visual C++ 10.0?

I do not provide Windows binary. You can get Continuous Integration build from https://ci.appveyor.com/project/LudovicRousseau/pyscard

agieocean commented 8 years ago

Thanks, the appveyor build worked perfectly.