会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
张家欢。。
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
2017年4月18日
easy-install安装模块事报 'ascii' codec can't decode byte 0xd5 in position 7: ordinal not in range(128)错误
摘要: 1.首先安装easy-instal 2. 解决办法: python目录 Python27\Lib\site-packages 建一个文件sitecustomize.py 内容写: import sys sys.setdefaultencoding('gb2312') python会自动运行这个文件。
阅读全文
posted @ 2017-04-18 20:13 张家欢。。
阅读(214)
评论(0)
推荐(1)
编辑