problem with python com and python extensions

tristan625 jmd.khanna at gmail.com
Sun May 31 14:10:32 EDT 2009


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



More information about the Python-list mailing list