T
tristan625
hi all,
Here is my problem,i have developed a python extension using
vs2003 ,iam using python 2.5.2,the extension enumerates the
certificates in the windows certificate store and returns a list of
tuples containing a tuple for each certificate found containing the
certificates display name,subject and issuer,everything works fine
when i run the code through the interpreter,the problem comes when i
create a python com object that imports this extensions
functionality,the com dll is created successfully but i am unable to
access any of the functions in it .
any help will be great
Here is my problem,i have developed a python extension using
vs2003 ,iam using python 2.5.2,the extension enumerates the
certificates in the windows certificate store and returns a list of
tuples containing a tuple for each certificate found containing the
certificates display name,subject and issuer,everything works fine
when i run the code through the interpreter,the problem comes when i
create a python com object that imports this extensions
functionality,the com dll is created successfully but i am unable to
access any of the functions in it .
any help will be great