Oh dear I checked and found that Pillow was install in Python3.5 where as production setup is for Python3.6 so Pillow was installed by pip3.5 but not with pip3.6 which I have installed now. the problem is resolved. Thanks for make me focus on this.
On Saturday, July 21, 2018 at 9:58:55 PM UTC+5, Jason wrote: > > are you sure? > > open up a python shell on the server and do from *PIL import image* If > it works, then the problem is somewhere else. If you get an error, its a > missing dependency. > -- 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 https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/cfe2d4f2-e404-4e3c-b06c-9095d2450dd1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

