码迷,mamicode.com
首页 > 编程语言 > 详细

python模块wsgiref使用

时间:2015-09-23 19:43:42      阅读:354      评论:0      收藏:0      [点我收藏+]

标签:

输出中文内容报错如下:

self.status.split(‘ ‘,1)[0], self.bytes_sent

需要指定返回编码:

return [stdout.getvalue().encode("gbk")]

参考:http://stackoverflow.com/questions/21059640/wsgiref-error-attributeerror-nonetype-object-has-no-attribute-split

python模块wsgiref使用

标签:

原文地址:http://my.oschina.net/MaTech/blog/510200

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!