|
马上注册,结交更多好友,享用更多功能^_^
您需要 登录 才可以下载或查看,没有账号?立即注册
x
import scrapy
IDLE internal error in runcode()
Traceback (most recent call last):
File "D:\program\Python\Python312\Lib\idlelib\rpc.py", line 342, in putmessage
r, w, x = select.select([], [self.sock], [])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: argument must be an int, or have a fileno() method.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "D:\program\Python\Python312\Lib\idlelib\rpc.py", line 243, in asyncqueue
self.putmessage((seq, request))
File "D:\program\Python\Python312\Lib\idlelib\rpc.py", line 345, in putmessage
raise OSError("socket no longer exists")
OSError: socket no longer exists
弹出如上提示错误,是什么原因呢? |
|