摘要: 问题描述:ubuntu14.04系统,python2.7(version),正在学习python中, from PIL import Image im = Image.open('1.jpg') im.show() 没有提示错误,im.size等属性显示正常,但就是没有图片显示。 问题解析:调用Python的标准图像库里show()函数,有可能无法显示图片。因为它调用了xv,但xv在后面的ub... 阅读全文
posted @ 2017-11-16 13:37 采男孩的小蘑菇 阅读(1311) 评论(0) 推荐(0)
摘要: 1. python2 2. python3 3.from python environment import py3 features 阅读全文
posted @ 2017-11-16 09:22 采男孩的小蘑菇 阅读(529) 评论(0) 推荐(0)