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 skreft
Recipients francescor, skreft
Date 2008-12-18.01:34:13
SpamBayes Score 0.13377713
Marked as misclassified No
Message-id <1229564055.62.0.444404801615.issue4621@psf.upfronthosting.co.za>
In-reply-to
Content
The error you got is caused by giving the wrong parameters. You gave a
ZipInfo object instead of a filename.

If you execute data = testzip.read(t1.filename) yo will have no problems.
History
Date User Action Args
2008-12-18 01:34:15skreftsetrecipients: + skreft, francescor
2008-12-18 01:34:15skreftsetmessageid: <1229564055.62.0.444404801615.issue4621@psf.upfronthosting.co.za>
2008-12-18 01:34:14skreftlinkissue4621 messages
2008-12-18 01:34:14skreftcreate