AW: Python COM and DCOM.

Stefan Migowsky smigowsky at dspace.de
Fri Jan 19 10:27:35 EST 2001


Hi, 

what kind of error did you get ? If it was E_ACCESSDENIED you should check
the launch and authentication permissions on the client computer with 
dcomcnfg.exe. The example in the WIN32 book was running probably DCOM with a
W95
client and there are no security issues. 

  Stefan


-----Ursprüngliche Nachricht-----
Von: Syver Enstad [mailto:syver at NOSPAMcyberwatcher.com]
Gesendet: Freitag, 19. Januar 2001 12:49
An: python-list at python.org
Betreff: Python COM and DCOM.


I am having a bit of a problem getting a python COM object to work over
DCOM.

As far as I can see I've done exactly what is proposed in the Python on
Win32 book. But the object is started on the local machine, when using
win32com.client.Dispatch or the default instance creation methods in other
languages such as JScript with ASP and C++. It seems like DCOM works when
using the DispatchEx to explicitly choose the machine to run on but not
else.

Help very much appreciated, thank you.


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




More information about the Python-list mailing list