05 2015 档案

摘要:win(python2.7)下:执行此文件 1 #!/usr/bin/env python 2 # encoding:utf-8 3 4 # 5 # script to register Python 2.0 or later for use with win32all 6 # and other... 阅读全文
posted @ 2015-05-13 10:08 jakey.chen 阅读(452) 评论(0) 推荐(0)
摘要:1、确保正确安装pip(2.7.9默认安装)2、pip install wheel3、下载 pillow-*.whl 根据自己的电脑和python版本地址4、安装pip install xxx.whlOK~ 阅读全文
posted @ 2015-05-05 14:17 jakey.chen 阅读(258) 评论(0) 推荐(0)