Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #53561 > unrolled thread

Re: How to execute command on remote windows machine

Started byJean-Michel Pichavant <jeanmichel@sequans.com>
First post2013-09-03 11:44 +0200
Last post2013-09-03 11:44 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Re: How to execute command on remote windows machine Jean-Michel Pichavant <jeanmichel@sequans.com> - 2013-09-03 11:44 +0200

#53561 — Re: How to execute command on remote windows machine

FromJean-Michel Pichavant <jeanmichel@sequans.com>
Date2013-09-03 11:44 +0200
SubjectRe: How to execute command on remote windows machine
Message-ID<mailman.0.1378201511.5461.python-list@python.org>

----- Original Message -----
> Hi alex
> 
> I tried the command you suggested however it is giving me following
> error.
> 
> ERROR: The RPC server is unavailable.

Hi,

Please do not top post :)
If python is installed on the remote machine, using execnet http://codespeak.net/execnet/ is very easy. Its only requirement is python being installed on both machines.

JM


-- IMPORTANT NOTICE: 

The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web