我使用的是Ubuntu 12.04,我在PIL-hell中。我已經嘗試了所有可以在網上找到的安裝PIL的建議,但我沒有運氣。我知道我有每一個依賴的事實。我已經嘗試了所有的符號鏈接方法。我修改了setup.py文件以確保找到正確的目錄。我也嘗試從源代碼構建和通過點安裝。什麼都沒有下面是我得到的,當我安裝:無法讓PIL在Ubuntu上正確安裝12.04
--------------------------------------------------------------------
PIL 1.1.7 SETUP SUMMARY
--------------------------------------------------------------------
version 1.1.7
platform linux2 2.7.3 (default, Nov 4 2012, 15:42:19)
[GCC 4.4.3]
--------------------------------------------------------------------
*** TKINTER support not available
--- JPEG support available
--- ZLIB (PNG/ZIP) support available
--- FREETYPE2 support available
*** LITTLECMS support not available
--------------------------------------------------------------------
這裏是selftest.py顯示:
--------------------------------------------------------------------
PIL 1.1.7 TEST SUMMARY
--------------------------------------------------------------------
Python modules loaded from ./PIL
Binary modules loaded from ./PIL
--------------------------------------------------------------------
--- PIL CORE support ok
*** TKINTER support not installed
*** JPEG support not installed
*** ZLIB (PNG/ZIP) support not installed
*** FREETYPE2 support not installed
*** LITTLECMS support not installed
--------------------------------------------------------------------
我不知道還有什麼嘗試。我只是想用一些愚蠢的PNG文件播放...
我超越了那個。它和上面一樣。 – user1209675
我收到一個錯誤:當安裝PIL時,命令'i686-linux-gnu-gcc'失敗,退出狀態爲1.任何想法爲什麼這是顯示。 –
@MarwanAlsabbagh +1謝謝你的解釋,這是我找到的最好的一個。我解決了運行'sudo apt-get remove python-imaging'的問題,然後'sudo apt-get install python-imaging' – Caumons