问题描述
- Ghost.py打开网页出错
-
如下代码:
from ghost import Ghost
ghost = Ghost(wait_timeout=999,display=True)page, resources = ghost.open("http://www.baidu.com")
在open的时候出错:QNetworkDiskCache: couldn't remove the cache file
请问这是什么问题?怎么解决?
时间: 2025-01-05 20:12:46