[python-win32] Re: Calling (D)COM Server from another PC

Roger Upole rwupole at msn.com
Sat Jun 19 14:05:24 EDT 2004


Check to see if an instance of iexplore.exe is started on the target machine.
Most likely it can't create a visible window on the desktop.  DCOM runs thru
the RPC service, which by default can't interact with the desktop.  If the
executable is getting started, try changing the RPC service config on the target
machine so that it can, restart it, and try the script again.
   hth
      Roger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-win32/attachments/20040619/a142983a/attachment.html


More information about the Python-win32 mailing list