Re: [xmlsec] Argument count in xmlSecCryptoAppDefaultKeysMngrAdoptKey ?

2006-05-09 Thread Aleksey Sanin

No, works fine for me... Sounds like some python problem.

Aleksey

___
xmlsec mailing list
xmlsec@aleksey.com
http://www.aleksey.com/mailman/listinfo/xmlsec


[xmlsec] Argument count in xmlSecCryptoAppDefaultKeysMngrAdoptKey ?

2006-05-09 Thread Edward Shallow
Hi Aleksey,

  Why is the function only accepting 1 argument ? Are you experiencing this
?

Ed

Entering xmlsec ctypes wrap, loading libxml2, libxmlsec, and mscrypto dll's
Initializing xmlsec status code 0
Loading dynamic crypto support  status code 0
Loading openssl crypto  status code 0
CryptoAppInit   status code 0
CryptoInit  status code 0
CryptoAppDefaultKeysMngrInitstatus code 0
private key loaded from c:/xmlsec/keys/upu/edshallow.p12 with password
password at address 10121288
xmlSecKeySetNamestatus code 0
Traceback (most recent call last):
  File "C:\XMLSec\epmctypes\signWithP12NoKeyStore.py", line 242, in ?
main()
  File "C:\XMLSec\epmctypes\signWithP12NoKeyStore.py", line 176, in main
rc = xmlsec.xmlSecCryptoAppDefaultKeysMngrAdoptKey(keysMngr, privateKey)
TypeError: function takes at most 1 argument (2 given)


___
xmlsec mailing list
xmlsec@aleksey.com
http://www.aleksey.com/mailman/listinfo/xmlsec