HI >Unfortunately the standard ZipFile module in Python only supports extracting to a file;
This is not correct. The zipfile.extract method does extract to a target directory, but zipefile.read(name) allows you to read directly from the name file in the archive return bytes. T -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
