scipy / SciPyCentral

SciPy Central
http://scipy-central.org
BSD 3-Clause "New" or "Revised" License
16 stars 12 forks source link

BUG: convert InMemory file object type to StringIO #178

Closed ksurya closed 10 years ago

ksurya commented 10 years ago

zipfile module is observed to raise TypeError on a InMemoryUploadedFile (django's defined object at django.core.files.uploadedfile module) in Linux System with Apache + WSGI

This object is converted to StringIO buffer which is compatible with zipfile

ksurya commented 10 years ago

Tested on RedHat's OpenShift with Apache + WSGI.