This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author srid
Recipients srid
Date 2009-07-31.00:12:47
SpamBayes Score 3.4874004e-06
Marked as misclassified No
Message-id <1248999170.31.0.424602339152.issue6609@psf.upfronthosting.co.za>
In-reply-to
Content
The following exception occured when I tried to extract http://
sourceforge.net/projects/slut/files/slut/slut-0.9.0/slut-0.9.0.zip/
download using the zipfile module on Windows XP.

C:\\HOME\\as\\pypm-infinitude\\scratch\\b\\slut-0.9.0.zip.work is 1) 
current working directory 2) directory where the zip file was stored, 
3) directory where the extraction is to happen.

  [...]
    f.extractall()
  File "C:\Python26\lib\zipfile.py", line 935, in extractall
    self.extract(zipinfo, path, pwd)
  File "C:\Python26\lib\zipfile.py", line 923, in extract
    return self._extract_member(member, path, pwd)
  File "C:\Python26\lib\zipfile.py", line 957, in _extract_member
    os.makedirs(upperdirs)
  File "C:\Python26\lib\os.py", line 157, in makedirs
    mkdir(name, mode)
WindowsError: [Error 267] The directory name is invalid: 'C:\\HOME\\as\
\pypm-infinitude\\scratch\\b\\slut-0.9.0.zip.work\\slut-0.9\\aux'
History
Date User Action Args
2009-07-31 00:12:50sridsetrecipients: + srid
2009-07-31 00:12:50sridsetmessageid: <1248999170.31.0.424602339152.issue6609@psf.upfronthosting.co.za>
2009-07-31 00:12:48sridlinkissue6609 messages
2009-07-31 00:12:47sridcreate