会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
MaricoCheung
博客园
首页
新随笔
联系
管理
12 2020 档案
IndentationError: unindent does not match any outer indentation level
摘要:跑了下main.py报错 报错原因:缩进引起的代码上下行没有对齐(包括注释) 解决方案 返回报错文档main.py,报错行line 11,退格(默认缩进一个Tab键,即4个空格)
阅读全文
posted @
2020-12-03 18:02
MaricoCheung
阅读(211)
评论(0)
推荐(0)
编辑
Non-ASCII charcter '\xe5' in file path on line but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
摘要:跑一下main.py报错 报错原因:文档有中文注释,与系统操作字符编码有冲突 解决方案(一): 文档表头添加下面代码注释,告诉python要强制使用该字符编码进行编译 Windos操作系统 #coding=utf-8 Linux操作系统 #coding=utf-8 #!/usr/bin/python
阅读全文
posted @
2020-12-01 21:31
MaricoCheung
阅读(216)
评论(0)
推荐(0)
编辑
公告