2
與Python3.3圖片我是一個新用戶的Python,我一直在尋求答案遍,但還沒有真正找到那個幫我的文章。Python的PIL - 不能顯示在Windows 8
我的問題很簡單:
我安裝使用此設置的枕頭模塊:對於32位系統
https://pypi.python.org/packages/3.3/P/Pillow/Pillow-2.0.0.win32-py3.3.exe#md5=070260925c267318470e8a07251a0ab6
我使用Windows 8和Python 3.3。 (安裝在 「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窗口, 和加薪通知說:「該應用程序無法打開」。
我真的apreciate任何幫助! 非常感謝提前..
我有同樣的問題 – user3084006