python3死活安装不了pil怎么办?



0 down vote favorite

please tell me how to install the PIL library for python 3.3. on the official website are installing only for version 2.x. but about the 3.x version says

"A version for 3.X will be released later."

share improve this question
 
2  
Short anwser - use Pillow instead. –  Yuri Prezument  Feb 8 '14 at 17:13

1 Answer

active oldest votes
up vote 1 down vote accepted

Use Pillow, a modern fork of PIL. This seems to work for people more often than installing straight PIL.

Look here for more info: http://pillow.readthedocs.org/en/latest/

And for 64bit binaries(and 32bit), for python 3.x, look here:http://www.lfd.uci.edu/~gohlke/pythonlibs/#pillow

0 down vote favorite

please tell me how to install the PIL library for python 3.3. on the official website are installing only for version 2.x. but about the 3.x version says

"A version for 3.X will be released later."

share improve this question
 
2  
Short anwser - use Pillow instead. –  Yuri Prezument  Feb 8 '14 at 17:13
add a comment

1 Answer

active oldest votes
up vote 1 down vote accepted

Use Pillow, a modern fork of PIL. This seems to work for people more often than installing straight PIL.

Look here for more info: http://pillow.readthedocs.org/en/latest/

And for 64bit binaries(and 32bit), for python 3.x, look here:http://www.lfd.uci.edu/~gohlke/pythonlibs/#pillow

你可能感兴趣的:(前端,技术)