On Tuesday, December 17, 2013 2:05:08 PM UTC+1, Duncan Bates wrote: > > Testing django for my next web app, but encountering image library > problems when I've added the django-facebook to my project; > ImproperlyConfigured: Neither Pillow nor PIL could be imported: No module > named Image > > Using python v2.7 win64 / Django 1.6, and Microsoft Python Tools for > Visual Studio v2.0.11016.00 > > Tried to install PIL and Pillow through pip, both fails. > > Duncan,
Try installing pillow using easy_install instead of pip. That worked for me. HTH -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/eceb56e7-e34e-46c8-9586-430cd0c15749%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.

