matthewwithanm / django-imagekit

Automated image processing for Django. Currently v4.0
http://django-imagekit.rtfd.org/
BSD 3-Clause "New" or "Revised" License
2.26k stars 276 forks source link

SyntaxError: invalid syntax #509

Closed Mamal1999 closed 1 year ago

Mamal1999 commented 3 years ago

imagekit\imagecache__init__.py", line 27 except ImportError, e: ^ SyntaxError: invalid syntax

bsolomon1124 commented 3 years ago

This is Python 2 syntax.

I suspect you're using an old version of django-imagekit since I don't even see imagecache in the package now.

At the very least you could post your Python version and imagekit version in the question.

vstoykov commented 2 years ago

@Mamal1999 can you provide more details? What version of django-imagekit and python you are using. The latest version of django-imagekit is 4.0.2 and it does not have this code inside.

vstoykov commented 1 year ago

I'm closing this because of inactivity