0

IOError有时我在尝试读取网络共享上的 plist 文件时收到一条消息。该文件存在并且永远不会出现在相关位置。

tests_info = plistlib.readPlist(network_repo_path + PLIST_PATH)
  File "/System/Library/Frameworks/Python.framework/.../python2.7/plistlib.py", 
line 75, in readPlist 
pathOrFile = open(pathOrFile)
IOError: [Errno 60] Operation timed out: '/...<nfs share>/Tests.plist'
4

0 回答 0