I uninstalled the PIL and installed the Pillow and the problem solved. PIL worked fine for me with the earlier versions of Django -not with Django 1.6
Apache ran the Django project using the PIL will report UTF8 's unresolved error
But after tracing the error, I found
The introduction of _imaging when the error. Then go to the outside web search original Django 1.6 can not use PIL, need to uninstall PIL, and then install pillow will not error.
Quick Method: Pip Uninstall PIL
Pip Install Pillow
Instant bunker, the original is the Django version problem Ah, I took a go, I thought PiL as long as the installation of the corresponding version of Python can be, did not expect to match the Django version, rely on!
Tossing me a day--!!!!!!!!!!!!!!!!!!!!!!!!!!!
The ' _imaging ' module for the PIL could is Imported:dll load failed:the specified module could not being found