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-18.01:54:00
SpamBayes Score 0.00020819489
Marked as misclassified No
Message-id <1247882043.78.0.940486778067.issue6510@psf.upfronthosting.co.za>
In-reply-to
Content
sridharr@whymac:/tmp/i > wget http://google-chartwrapper.googlecode.com/
files/GChartWrapper-0.8.osx-10.5.zip
Saving to: `GChartWrapper-0.8.osx-10.5.zip'
sridharr@whymac:/tmp/i > apy -c "import zipfile; zipfile.ZipFile
('GChartWrapper-0.8.osx-10.5.zip').extractall()"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/
zipfile.py", line 935, in extractall
    self.extract(zipinfo, path, pwd)
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/
zipfile.py", line 923, in extract
    return self._extract_member(member, path, pwd)
  File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/
zipfile.py", line 960, in _extract_member
    os.mkdir(targetpath)
OSError: [Errno 17] File exists: '/private/tmp/i/GChartWrapper/charts/
templatetags'
sridharr@whymac:/tmp/i >
History
Date User Action Args
2009-07-18 01:54:03sridsetrecipients: + srid
2009-07-18 01:54:03sridsetmessageid: <1247882043.78.0.940486778067.issue6510@psf.upfronthosting.co.za>
2009-07-18 01:54:00sridlinkissue6510 messages
2009-07-18 01:54:00sridcreate