摘要:
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( 阅读全文
posted @ 2011-07-06 01:32
Yinkan
阅读(1307)
评论(0)
推荐(0)

浙公网安备 33010602011771号