From: Ludovic R. <lud...@gm...> - 2010-05-29 19:27:57
|
2010/5/29 jean daniel aussel <jda...@gm...>: > just got your mail. > > The error parameter is in the scard wrapper (scard.error). > I think that the issue is that string exceptions are raised. I guess these > strings have to be replaced by objects. Will do it and have another release, > too late for this one, regression tests passed on all OS, binary files > built, and all files and docs have been updated on the web site. I see. >From src/smartcard/scard/scard.i //---------------------------------------------------------------------- // This code is added to the scard.py python module //---------------------------------------------------------------------- %pythoncode %{ error = _scard.error %} But I do not find where _scard.error is set. Bye -- Dr. Ludovic Rousseau |