matthewwithanm / pilkit

Utilities and processors built for, and on top of PIL
BSD 3-Clause "New" or "Revised" License
196 stars 54 forks source link

AttributeError:'cStringIO.StringO' object has no attribute 'fileno' #24

Closed vstoykov closed 7 years ago

vstoykov commented 8 years ago

This is related to https://github.com/matthewwithanm/django-imagekit/issues/318

hassanabidpk commented 7 years ago

@vstoykov Any status on this one? I just deployed a site on Azure (using django image-kit and django 1.10) and facing similar problem 😞

vstoykov commented 7 years ago

@hassanabidpk there is new version on PyPi with the fix from #26. https://pypi.python.org/pypi/pilkit/2.0

hassanabidpk commented 7 years ago

Thanks @vstoykov