Dictionary COM object populated with custom COM-objects

Sigve Tjora sigvetj at stud.ntnu.no
Mon May 22 09:38:56 EDT 2000


I have been trying to pass a dictionary from python to Delpi via COM. It
seems like the supplied "Python.Dictionary" COM object only can be
populated with strings. Is this true?

Is there any way to pass a generic dictionary populated with python COM
objects from python to a COM-aware application?

I hoped that
     return etc.com32ext.wrap(myDictionary) #or what-ever that module is
named :-)
would work, but it didn't.

Thanks in advance!

Sigve, sigvetj at stud.ntnu.no




More information about the Python-list mailing list