Menu

#4 installation non working

1.0
closed
None
2014-12-04
2014-12-02
No

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

Discussion

  • Russell Stuart

    Russell Stuart - 2014-12-04

    Try using the debian package. It should be fixed now.

     
  • Russell Stuart

    Russell Stuart - 2014-12-04
    • assigned_to: Russell Stuart
     
  • Russell Stuart

    Russell Stuart - 2014-12-04
    • status: open --> closed
     
  • Russell Stuart

    Russell Stuart - 2014-12-04

    Fixed on 0.13. Thanks for reporting this.

     

Log in to post a comment.