gpt4 book ai didi

Python 轮询 - 属性错误

转载 作者:塔克拉玛干 更新时间:2023-11-02 23:39:58 24 4
gpt4 key购买 nike

我正在尝试使用来自 python 的 poll() 来轮询一个进程。 link

我不明白,我正在为它提供一个整数值来进行轮询。例如:值为 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'

我在文档中找不到关于它是什么数据类型的任何地方..

最佳答案

您可以执行以下操作:

from os import system
_proc_status = system('/proc/' + str(pid) + '/status')

关于Python 轮询 - 属性错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14712091/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com