Re: [Django] #28022: pillow not being recognised

2017-04-05 Thread Django
#28022: pillow not being recognised
-+-
 Reporter:  fboerman |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Core (System |  Version:  1.11
  checks)|
 Severity:  Normal   |   Resolution:  needsinfo
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Tim Graham):

 Confirming that resolution, I see no problem when testing
 [https://github.com/django/djangoproject.com/ djangoproject.com] (which
 uses `ImageField`) with Django 1.11 and Pillow 4.1.0.

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.3d1c8d0fa09783d017a4ca3927213a58%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #28022: pillow not being recognised

2017-04-05 Thread Django
#28022: pillow not being recognised
-+-
 Reporter:  fboerman |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Core (System |  Version:  1.11
  checks)|
 Severity:  Normal   |   Resolution:  needsinfo
 Keywords:   | Triage Stage:
 |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Claude Paroz):

 * status:  new => closed
 * resolution:   => needsinfo


Comment:

 AFAIR, nothing changed from Django 1.8 in this regard. In
 `django/db/models/fields/files.py` Django is doing `from PIL import Image`
 to detect pillow installs. I would suggest searching for help in Django
 support channels to find out if Django is at fault or not.

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.2073a62968c2233f4006251e038deb76%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


[Django] #28022: pillow not being recognised

2017-04-05 Thread Django
#28022: pillow not being recognised
+
   Reporter:  fboerman  |  Owner:  nobody
   Type:  Bug   | Status:  new
  Component:  Core (System checks)  |Version:  1.11
   Severity:  Normal|   Keywords:
   Triage Stage:  Unreviewed|  Has patch:  0
Needs documentation:  0 |Needs tests:  0
Patch needs improvement:  0 |  Easy pickings:  0
  UI/UX:  0 |
+
 Hi,

 I have updated my django to version 1.11 with pip and now django does not
 recognise that I have pillow installed. I get the {{{Cannot user
 ImageField because Pillow is not installed}}}. However pillow is installed
 as {{{pip install -U pillow}}} tells me and I can also do {{{import PIL}}}
 with no problems.
 This problem also did not occur before I upgraded from 1.10 to 1.11. Are
 there people who can reproduce this and maybe know how to fix it?

--
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/051.eb31dd53608fb17c2702aa8ebda6130b%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.