Traceback (most recent call last):
File "script/oic_flow_tests.py", line 232, in <module>
p1 =Popen(["./%s.py" % args.server], stdout=PIPE)
File "C:\python27\lib\subprocess.py", line 709, in __init__
errread, errwrite)
File "C:\python27\lib\subprocess.py", line 957, in _execute_child
startupinfo)
WindowsError: [Error 2] Le fichier spÚcifiÚ est introuvable
(The French error means "file not found")
I've tried to fix it by adding shell=True
in Popen
, but then another error appears:
ValueError: No JSON object could be decoded"