随笔分类 -  python

摘要:------>1. [Markdown在线编辑器](https://www.zybuluo.com/)>2. [廖雪峰官方博客](http://www.liaoxuefeng.com/)[基础入门好资料]>3. [python-guide](https://github.com/kennethrei... 阅读全文
posted @ 2014-06-15 00:21 heimanba 阅读(236) 评论(0) 推荐(0)
摘要:【问题】一个python脚本,本来都运行好好的,然后写了几行代码,而且也都确保每行都对齐了,但是运行的时候,却出现语法错误:IndentationError: unindent does not match any outer indentation level【解决过程】1.对于此错误,最常见的原... 阅读全文
posted @ 2014-06-11 23:14 heimanba 阅读(150995) 评论(1) 推荐(9)
摘要:在学习Python2.7.6时,为了安装第三方库,我去下PIL。为了装PIL,又得先装ez_setup.py。结果装ez_setup时,遇到了问题,报错:[html] UnicodeDecodeError:'ascii'codeccan'tdecodebyte0xb0inposition1:... 阅读全文
posted @ 2014-06-11 21:57 heimanba 阅读(544) 评论(0) 推荐(0)