I want to use django-simple-captcha
in my web site. I went through installation guide in official site but captcha image doesn't load in borrowser and this error appears in console: 500 (INTERNAL SERVER ERROR)
Then I ran the "python3 manage.py test captcha" command in termianl (I'm working on mint 15) and get this error: ImportError: The _imagingft C module is not installed
What's the reason? (This solution didn't work for me )