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!

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to