摘要:
using GAE with Python wanna generate a zip file from the server with some server-generated rtf files.1importzipfile2fromcStringIOimportStringIO34zipStream=StringIO()5z=zipfile.ZipFile(zipStream,'w',zipfile.ZIP_DEFLATED)67#f=StringIO()8#generatedbyanotherlib9#fcouldbeanystring10z.writestr( 阅读全文