vc.writeImageToFile(“C:\ image.png”)代码给出以下错误:
文件“C:\ AndroidViewClientMaster \ AndroidViewClient \ src \ com \ dtmilano \ android \ viewclient.py”,第2309行,写入imageImageToFile self.device.takeSnapshot()。writeToFile(filename,format)
文件“C:\ Python27 \ lib \ site-packages \ PIL \ Image.py”,第512行, getattr 引发AttributeError(名称)
AttributeError:writeToFile
有什么问题?
答案 0 :(得分:0)
vc.writeImageToFile("C:\image.png")
应该在 AndroidViewClient> = 5.4.7
上正常运行