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


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

Reply via email to