0
我觀察到shutil未能在我們的Windows導入WindowsError 7系統Windows導入WindowsError:Shutil不能
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專業版64位