|
发表于 2024-8-28 19:34:19
|
显示全部楼层
Traceback (most recent call last):
File "E:/Program Files/python-chuanqi/main.py", line 156, in <module>
trainer = LegendOfMir()
File "E:/Program Files/python-chuanqi/main.py", line 65, in __init__
self.mir_pid = self.mir_process_info.info['pid']
AttributeError: 'NoneType' object has no attribute 'info'
出现这个错误提示 |
|