python2.7-encoding报错

Posted songge1209

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python2.7-encoding报错相关的知识,希望对你有一定的参考价值。

 

原代码中:self.file = open(‘data.json‘, ‘w‘, encoding=‘utf-8‘)

运行报错:技术分享图片

修改:(导入IO模块)

技术分享图片

 

以上是关于python2.7-encoding报错的主要内容,如果未能解决你的问题,请参考以下文章

ImportError: Couldn't import Django. Are you sure it's installed and available on your PYTHO

Linux报错:pip: command not found

python已写内容中可能的报错及解决办法

Python: UI编程之计算器

4.pytho while 循环

实现Pytho连接Mysqln以及应用