google-code-export / django-simple-captcha

Automatically exported from code.google.com/p/django-simple-captcha
MIT License
0 stars 0 forks source link

Doesn't work with beta versions of PIL #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use django-simple-captcha with PIL 1.1.7b1
2. Call captcha_image

What is the expected output? What do you see instead?
I expect an image to be returned. Instead I get a 500 error telling me that
int() failed.

What version of the product are you using? On what operating system?
SVN September 26 2009, Windows Vista.

Please provide any additional information below.
This is a tricky thing to figure out, but I hacked this by replacing all
'b' in Image.VERSION by ''.

Original issue reported on code.google.com by deniz.a....@gmail.com on 26 Sep 2009 at 5:51

GoogleCodeExporter commented 9 years ago
Well spotted! This should be fixed in r39, if you're running 
django-simple-captcha off SVN, care to give it a try?

Original comment by mbonetti on 26 Sep 2009 at 6:23

GoogleCodeExporter commented 9 years ago
Seems to be working now, thanks!

Original comment by deniz.a....@gmail.com on 26 Sep 2009 at 6:29