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
_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to