how to serialize a COM object ?

Carsten Haese carsten at uniqsys.com
Tue Apr 24 16:30:04 EDT 2007


On Tue, 2007-04-24 at 13:10 -0700, vml wrote:
> 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.

That is just as feasible as passing a cruise ship through a phone line.

A COM object represents a connection to a service or executable that is
running on one computer. Transferring that connection to another
computer is impossible.

-Carsten





More information about the Python-list mailing list