Usage:
1. Copy globalplatform.pyd to Python27\DLLs directory;
2. Copy all DLL files to system PATH directory;
3. Use APIs in globalplatformlib.py.
Example, List reader names:
Code: Select all
import globalplatform as gp
context = gp.establishContext()
readernames = gp.listReaders(context)
for readername in readernames:
print readername
gp.releaseContext(context)
Note:
1. Python version: python27
2. System version: Windows x86 platform