django-imagekit icon indicating copy to clipboard operation
django-imagekit copied to clipboard

SyntaxError: invalid syntax

Open Mamal1999 opened this issue 3 years ago • 2 comments

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

Mamal1999 avatar Nov 09 '20 11:11 Mamal1999

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.

bsolomon1124 avatar Jan 01 '21 22:01 bsolomon1124

@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 avatar Oct 13 '21 21:10 vstoykov

I'm closing this because of inactivity

vstoykov avatar Apr 05 '23 21:04 vstoykov