Hello, http://ludovicrousseau.blogspot.fr/2016/02/pyscard-192-released.html
I just released a new official version 1.9.2 of pyscard. PySCard is a python module adding smart cards support (PC/SC) to Python. The PySCard project is available at: - sourceforge https://sourceforge.net/projects/pyscard/ - pypi https://pypi.python.org/pypi/pyscard - github https://github.com/LudovicRousseau/pyscard Changes 1.9.2 (February 2016) ===================== * Fix toBytes regression * Fix installation using pip * improve pydoc documentation * user-guide.rst: use real sample codes * minor improvements I forgot to announce the previous version 1.9.1 on the blog. 1.9.1 (September 2015) ====================== * Create a new version so that the upload to Pypi does _not_ contain the swig generated files. Remaining problem The versions 1.9.1 and 1.9.2 were supposed to fix a problem when the software is installed using pip. But the problem is still present ☹. The best way, for now, to install the software from source code is to use: $ cd pyscard-1.9.2 $ python setup.py install -- Dr. Ludovic Rousseau
_______________________________________________ Pcsclite-muscle mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pcsclite-muscle
