Re: Pillow on QPython3

2015-02-03 Thread Russell Keith-Magee
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 
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
> 
> .
> 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.


Re: Pillow on QPython3

2015-02-03 Thread Erik Cederstrand

> Den 03/02/2015 kl. 14.36 skrev ADEWALE ADISA :
> 
> 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.

Picking a random post here. When asking questions, please:

* Describe what you're trying to achieve, and what you have already tried
* Post the relevant code, if you have code that's not working
* Post the error messages, if you get error messages

These are really simple things that raise the chance you'll get helpful answers 
from this list.


Thanks,
Erik

-- 
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/D9115517-C421-49D2-B3A7-181064542DF0%40cederstrand.dk.
For more options, visit https://groups.google.com/d/optout.


Pillow on QPython3

2015-02-03 Thread ADEWALE ADISA
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.
For more options, visit https://groups.google.com/d/optout.