[execnet-dev] Bug in example

holger krekel holger at merlinux.eu
Thu Nov 28 12:37:28 CET 2013


On Wed, Nov 27, 2013 at 08:41 +0100, cumpuleddu wrote:
>     ...
>   File "C:\execnet-1.1\execnet\gateway_io.py", line 17, in __init__
>     self.popen = p = Popen(args, stdin=PIPE, stdout=PIPE)
>   File "C:\Users\Lisandru\AppData\Roaming\NetBeans\7.4\jython-2.5.1\Lib\subprocess.py",
> line 757, in __init__
>     self._execute_child(args, executable, preexec_fn, close_fds,
>   File "C:\Users\Lisandru\AppData\Roaming\NetBeans\7.4\jython-2.5.1\Lib\subprocess.py",
> line 1271, in _execute_child
>     raise OSError(e.getMessage() or e)
> OSError: Cannot run program "jython" (in directory

The issue seems to be there independent from execnet.  You could try to
print out in C:\execnet-1.1\execnet\gateway_io.py", line 17 what "args"
is and then try to do the call yourself in a little script
(subprocess.Popen(args)) and find out how to make that work.

sorry but can't be more helpful ATM.
holger


> "F:\Documenti\Mistieru\Programmes\Python\ExecTest\ExecTest\src"):
> CreateProcess error=2, Le fichier spécifié est introuvable [ie, FILE
> NOT FOUND]
> 
> 
> Thanks!
> Alex
> _______________________________________________
> execnet-dev mailing list
> execnet-dev at python.org
> https://mail.python.org/mailman/listinfo/execnet-dev
> 


More information about the execnet-dev mailing list