Pillow should get installed automatically if neither are available:

https://github.com/stephenmcd/mezzanine/blob/master/setup.py#L37-L45


On Thu, Feb 13, 2014 at 7:12 AM, Eduardo Rivas <jerivasmel...@gmail.com>wrote:

> Hi everyone. Every time I try to create a new project with some initial
> data I run:
>
> python manage.py createdb --noinput
>
> Which fails with the following error:
> django.core.exceptions.ImproperlyConfigured: Neither Pillow nor PIL could
> be imported: No module named Image
>
> That is very explicit and simply requires running pip install pillow to
> get if fixed. However, my questions are: Why is pillow needed during the
> createdb process? How necessary is it to Mezzanine? Shouldn't it be a
> dependency? I don't know if I've found a bug, or maybe there's some obvious
> reason I'm overlooking.
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Mezzanine Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to mezzanine-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
Stephen McDonald
http://jupo.org

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to