Python的一些常见问题的解决

时间:2015-07-20 10:59:26   收藏:0   阅读:240

Ubuntu下查看python版本号
/usr/bin/python
Non-ASCII character ‘\xe6’
源代码文件第一行添加:#coding:utf-8
name ‘urllib’ is not defined
在源码文件中添加:import urllib

版权声明:本文为博主原创文章,未经博主允许不得转载。

原文:http://blog.csdn.net/fonxian/article/details/46964127

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!