Hirokazu Yamamoto <ocean-c...@m2.ccsnet.ne.jp> added the comment:

Here is traceback for trunk(Py2.7)

Traceback (most recent call last):
  File "b.py", line 3, in <module>
    f.extractall()
  File "e:\python-dev\trunk\lib\zipfile.py", line 947, in extractall
    self.extract(zipinfo, path, pwd)
  File "e:\python-dev\trunk\lib\zipfile.py", line 935, in extract
    return self._extract_member(member, path, pwd)
  File "e:\python-dev\trunk\lib\zipfile.py", line 974, in _extract_member
    os.mkdir(targetpath)
WindowsError: [Error 183] 既に存在するファイルを作成することはできませ
ん。: 'E:\
\temp\\b'

# Error message says "Cannot create the file which already exists"

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6120>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to