Re: Passing com object from simple xmlrpc server to client

2006-11-27 Thread Diez B. Roggisch
tsjuan schrieb: > Hello python users, > > I am just learning on how to use xmlrpc and stumbled upon how to pass > com object > from server to client side. > > The client side complain about can't marshall the com object. I don't > know what type > of marshall command I should use to pass the obje

Passing com object from simple xmlrpc server to client

2006-11-27 Thread tsjuan
Hello python users, I am just learning on how to use xmlrpc and stumbled upon how to pass com object from server to client side. The client side complain about can't marshall the com object. I don't know what type of marshall command I should use to pass the object. Below are my scripts, any hel