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

python TypeError: must be str, not bytes错误

时间:2016-10-25 13:37:35      阅读:479      评论:0      收藏:0      [点我收藏+]

标签:seq   file   osi   nic   code   illegal   unicode   dede   type   

1 TypeError: must be str, not bytes错误:
2 
3 解答: 
4  写文件处 f=open(filename, w)应该写为 open(filename, wb)
5  读文件时 f=open(filename,rb)
UnicodeDecodeError: ‘gbk‘ codec can‘t decode byte 0x80 in position 0: illegal multibyte sequence解决方法同上

 

python TypeError: must be str, not bytes错误

标签:seq   file   osi   nic   code   illegal   unicode   dede   type   

原文地址:http://www.cnblogs.com/-lpf/p/5996147.html

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