我观察到shutil 无法在我们的Windows 7 系统上导入WindowsError:
from shutil import WindowsError
File <file>, line <no>, in <module>
from shutil import WindowsError
ImportError: cannot import name WindowsError
同样的语句在 linux 上工作得很好。有没有其他人也遇到过?你知道我该如何解决吗?
Python 版本:2.6.7
Linux 操作系统:Centos 6.3
Windows 操作系统:Windows 7 Professional x64