LudovicRousseau / pyscard

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

Pyinstaller fails with pyscard on windows #65

Closed dagheyman closed 5 years ago

dagheyman commented 5 years ago

I just ran into the issue described here:

https://stackoverflow.com/questions/49718551/pyinstaller-fails-with-pyscard-on-windows

Do you think that it is something that is possible to adress on the pyscard side?

LudovicRousseau commented 5 years ago

PySCard uses an native library built during installation. I don't know if Pyinstaller can support that. It looks like a solution is documented in the stackoverflow question you mention.

If you know how to make PySCard work for you then please submit a patch.