vsmartcard
vsmartcard copied to clipboard
issue ModuleNotFoundError: No module named 'virtualsmartcard.VirtualSmartcard
I have problems loading vicc module error ModuleNotFoundError: No module named 'virtualsmartcard.VirtualSmartcard
Kali GNU/Linux Rolling python3.9
all installed files usr/lib/python3/site-packages/virtualsmartcard/virtualsmartcard
Any recommendation
if i load vcp in pcsc_scan
Scanning present readers... 0: Virtual PCD 00 00 1: Virtual PCD 00 01
It seems you've installed the python packages to a non-default location. try something like this:
env PYTHONPATH=/usr/lib/python3/site-packages/virtualsmartcard vicc -vvv
It seems you've installed the python packages to a non-default location. try something like this:
env PYTHONPATH=/usr/lib/python3/site-packages/virtualsmartcard vicc -vvv
Try export instead of env