Python PIL - 无法在Windows 8上使用Python3.3显示图片

时间:2014-01-19 10:48:11

标签: python module pillow

我是Python的新用户,我已经找到了所有答案,但没有找到任何帮助我的帖子。

我的问题非常基本:

我使用此设置安装了Pillow模块:

https://pypi.python.org/packages/3.3/P/Pillow/Pillow-2.0.0.win32-py3.3.exe#md5=070260925c267318470e8a07251a0ab6

我使用的是Windows 8,而python 3.3则用于32位系统。 (安装在“C:\ Python33 \”中)

我正在运行这个非常简单的代码:

>>> from PIL import Image # no error here

>>> img = Image.open("C:/Users/yoels/Desktop/Pictures/Yoel.jpg") # no errors here

>>> img.show()

但不是显示图片,Windows 8打开一个空白的cmd窗口, 并发出通知说“该应用程序无法打开”。

我真的会帮助你! 非常感谢提前..

1 个答案:

答案 0 :(得分:1)

我有一个类似的问题,但我没有空白的cmd,我在Photo Viewer上有空白,你可以先尝试将PNG,JPG与Paint相关联,然后:

出现Photo Viewer时,请转到顶部的菜单:
- >打开 - >选择程序 - >选择画图
西班牙语: - > Abrir-> Elegir Programa - > seleccionar Paint

Screenshot