Hello,
I am trying to use python-pcsclite but with no success so far.
"make install" works but then:
$ python
Python 2.7.3 (default, Mar 13 2014, 11:03:55)
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pcsclite
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named pcsclite
>>>
I have:
$ ls /usr/lib/python2.7/site-packages/pcsclite-0.11-py2.7-linux-x86_64.egg
EGG-INFO pcsclite.py pcsclite.pyc pcsclite.so
Try using the debian package. It should be fixed now.
Fixed on 0.13. Thanks for reporting this.