如下代码:from ghost import Ghostghost = Ghost(wait_timeout=999,display=True)
page, resources = ghost.open("http://www.baidu.com")
在open的时候出错:QNetworkDiskCache: couldn't remove the cache file请问这是什么问题?怎么解决?