[issue18525] Shutil cannot import WindowsError on windows

Christian Heimes report at bugs.python.org
Mon Jul 22 09:34:26 CEST 2013


Christian Heimes added the comment:

Please open an interactive interpreter shell and show us the output of

import shutil
print shutil.__file__
print dir(shutil)

----------
nosy: +christian.heimes

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18525>
_______________________________________


More information about the Python-bugs-list mailing list