Hi Adewale,

Installing Pillow is always a bit of a struggle, because it involves native
code - the pieces of pillow that do the actual image processing rely on
system libraries for handling JGEG, PNG etc. If the makers of QPython
haven't included Pillow (or PIL) in their build, you're going to be
fighting an uphill battle to get it working. If you're not comfortable
dealing with Autoconf files and C compilers, you're probably not going to
get it working.

That said - Django should run without installing Pillow, as long as you
don't try to use an ImageField. Skip over whatever step is telling you to
install Pillow, and see what happens when you work through the tutorial.

Yours
Russ Magee %-)



On Tue, Feb 3, 2015 at 9:36 PM, ADEWALE ADISA <solixzsys...@gmail.com>
wrote:

> Hi guys, am try to setup django tutorial with QPython3 on android device.
> But the problem is am unable to install Pillow on the Qpython3. Its just
> giving me various error. I try Qpython forum but with no avail.
>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> 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/CAMGzuy8-9uFqB%3D2otM2pbZ25iVSn4k6MeU7T5S9EBRNx7zLwXA%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAMGzuy8-9uFqB%3D2otM2pbZ25iVSn4k6MeU7T5S9EBRNx7zLwXA%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
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/CAJxq84-YtsTEkyoph-r5o5L9tEBFVAXrMQnRc%3DY5nHqR7uLLqw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to