[python-win32] DCOM
Francesco Guerrieri
f.guerrieri at gmail.com
Fri May 25 11:37:27 CEST 2007
Hello :-)
I've got another newbie question.
I'm trying to use DCOM. If I'm right, I have to register my
application on both the client and the server, then set up the correct
access/launch rights.
It's easier said than done, though: in fact I continue getting runtime
errors, namely 430 (automation error) and 429 (ActiveX can't create
object). I've searched the web and found that it is rather common (and
rather Python-unrelated) to get these errors, but didn't find any
clear solution.
I think that the problem has to do with the way I'm registering the object.
I have tried to set
_reg_clsctx_ = pythoncom.CLSCTX_Remote_Server
on the server side and CLSCTX_Local_Server on the client side, but it
doesn't work (although, by trying the various combinations, I'm able
to change the error that I get from runtime error 429 to 430 and
back...).
Do you have any suggestions?
thanks in advance :-)
Francesco
More information about the Python-win32
mailing list