[Bug 647545] Re: safesign (libaetpkss.so) hangs the process which uses it

2010-10-22 Thread Jan Rochat
Hi Ludovic, I can not force ubuntu to update to 1.6.5., maybe you should tell them to. Furthermore the example above gives no exception when running on windows 7 or windows xp. (release context does return success instead of cancel) Jan -- safesign (libaetpkss.so) hangs the process which uses

[Bug 647545] Re: safesign (libaetpkss.so) hangs the process which uses it

2010-10-21 Thread Jan Rochat
Below a program that shows the problem out of the context of SafeSign (libaetpkss.so). The program runs fine on Windows (XP), and hangs on Ubuntu with PCSC-Lite 1.5.3 #! /usr/bin/env python from smartcard.scard import * try: hresult, hcontext = SCardEstablishContext(SCARD_SCOPE_USER)