how to serialize a COM object ?

vml victor.lebrun at gmail.com
Tue Apr 24 16:10:37 EDT 2007


I have a problem :

I have a COM object.

I would like to pass this com object from a server to a client through
a socket.

I tried to put the com object into a stringIO with the pickle module
but :

"can't pickle PyIDispatch objects"


Is there other possibilities to pass a COM object through a network ?
(pyro)

thanks!




More information about the Python-list mailing list