python - Error in Popen when using subprocess.py in windows -


  ट्रेसबैक (सबसे हाल ही में कॉल अंतिम): फ़ाइल "स्क्रिप्ट / oic_flow_tests.py", पंक्ति 232, & lt; मॉड्यूल & gt; फ़ाइल "सी: \ python27 \ lib \ subprocess.py", पंक्ति 709, __init__ errread, errrite में) फ़ाइल "सी: (पीडीएस) \ Python27 \ lib \ subprocess.py ", पंक्ति 957, _execute_child startupinfo में) WindowsError: [त्रुटि 2] लेफ़ीर स्पिसिशिएव एट्व्व्ववेबल  

(फ्रांसीसी त्रुटि का अर्थ है" फ़ाइल नहीं मिली ")

मैंने shell = True में Popen जोड़कर इसे ठीक करने की कोशिश की है, लेकिन फिर एक और त्रुटि दिखाई देती है:

 < कोड> मान त्रुटि: कोई JSON ऑब्जेक्ट को डीकोड नहीं किया जा सकता " 

" ./ % S.py "% args.server कोई फ़ाइल नहीं है।

  1. क्या है args.server आपको क्यों लगता है फाइल आपकी वर्तमान निर्देशिका में है?

  2. आप ./ को छोड़ सकते हैं - यह कुछ भी नहीं करता है।


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -