Python COM and DCOM.

Syver Enstad syver at NOSPAMcyberwatcher.com
Fri Jan 19 06:48:49 EST 2001


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.





More information about the Python-list mailing list