On Thu, Dec 19, 2013 at 10:26 AM, Michał Pasternak <[email protected]> wrote: > How about a log with the failure from the installation and some basic > information on your platform and operating system?
Information about the platform is listed in the original post: > Using python v2.7 win64 / Django 1.6, and Microsoft Python Tools for Visual > Studio v2.0.11016.00 AFAIK, This is a known issue on Windows. Pillow ships binary package for Windows which is not installed by pip. Installing using easy_install should do the trick for the time being. I believe a fix is in the pipeline, but can't find the details. It's somewhere in the pip's issue tracker, I think. Alternatively, PIL can also be installed using .exe file[1], but it's deprecated by Django project, so I think installing pillow is better. [1] http://www.pythonware.com/products/pil/ -- Branko [email protected] /dev/blog: brankovukelic.com -- 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/CAPER3A0dzWPNYu7tKEF-qoRLe1iH_AZR-ZCdvY_movLQJr_vSg%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.

