SCF and Windows users
SCF uses two existing extensions: Pycsc (a Python PCSC wrapper hosted now I believe on the muscle site … slightly modified) and Pycrypto.
The bad news is that many don’t … the good news is that I do.
Now I also have the latter but have not done the job yet, and I currently still use Python 2.4.x.
So until I have a clean install, and assuming you have python 2.4x installed in C:\python24 :
copy http://snakecard.com/Source/Applications/SCF/python24/pycsc.pyd to C:\Python24\Lib\site-packages
unzip http://snakecard.com/Source/Applications/SCF/python24/Crypto.zip to C:\Python24\Lib\site-packages
Once that is done SCF should run happily on your PC.
Linux users: use the usual “python setup.py install” command to get the extensions compiled and installed properly.
Philippe