aamalig / django-profile

Automatically exported from code.google.com/p/django-profile
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

PIL.Image is imported incorrectly, ImportError #36

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, great work on django-profile, I really appreciate the polish.

The way PIL.Image is imported will only work if PIL was installed using an
unsupported easy_install line (most people already have PIL through their
OS vendor). See http://mail.python.org/pipermail/image-sig/2007-May/004451.html

attached patch fixes the imports I found, but I did not grep for "Image"

Original issue reported on code.google.com by ericd...@gmail.com on 10 Nov 2008 at 5:30

Attachments:

GoogleCodeExporter commented 8 years ago
I have commited your patch to the SVN trunk. Thanks so much for reporting!

Original comment by david.ru...@gmail.com on 10 Nov 2008 at 7:33