我想從python使用poll()
輪詢一個進程。 linkPython民意調查 - 屬性錯誤
我不明白,我爲它提供了一個不可或缺的價值。例如:值14870
14870
Traceback (most recent call last):
File "test.py", line 29, in <module>
parse_file(input_csv[0])
File "test.py", line 24, in parse_file
ret = pid[r].poll()
AttributeError: 'int' object has no attribute 'poll'
我沒能找到什麼數據類型是在文檔中的任何地方..
它就在您提供的鏈接中:'Popen類的實例具有以下方法:' – cha0site