worldcompany / djangoembed

rich media consuming and providing with django
http://djangoembed.readthedocs.org
MIT License
138 stars 38 forks source link

Try to import Image both ways #12

Closed robhudson closed 13 years ago

robhudson commented 13 years ago

I have PIL installed but the import Image is failing for me. Perhaps this should use something similar what Django did here: http://code.djangoproject.com/changeset/12429. Apparently PIL can be installed in different but incompatible ways?

robhudson commented 13 years ago

Here's the URL with out the period in it: http://code.djangoproject.com/changeset/12429

coleifer commented 13 years ago

fixed