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

Python opening multiple thread of matlab

2006-11-11 Thread tsjuan
Hello Python Users, I've been trying to run multiple thread of Matlab by calling its com object via python. However, I keep getting error message that says Python can't find the attribute of certain function that I want to execute in Matlab. I know the com function is exist, it works just fine if