Re: django simple captcha issue

2010-07-02 Thread tsmets
No stack trace ... ? What parts are you using text-to-speech... ? How did you configure it ... ? On Jul 1, 9:52 pm, weiwei wrote: > Hi all, > > I am using django-simple-captcha, it works fine on my dev environment > (windows). But after i deployed to linux server,

Re: django simple captcha issue

2010-07-02 Thread martikk
Try to change PIL version On Jul 1, 10:52 pm, weiwei wrote: > Hi all, > > I am using django-simple-captcha, it works fine on my dev environment > (windows). But after i deployed to linux server, all other views/pages > are working fine. But  when i request  

Re: django simple captcha issue

2010-07-01 Thread Venkatraman S
On Fri, Jul 2, 2010 at 1:22 AM, weiwei wrote: > > I am using django-simple-captcha, it works fine on my dev environment > (windows). But after i deployed to linux server, all other views/pages > are working fine. But when i request /captcha/image/{{imagekey}}/ i >

django simple captcha issue

2010-07-01 Thread weiwei
Hi all, I am using django-simple-captcha, it works fine on my dev environment (windows). But after i deployed to linux server, all other views/pages are working fine. But when i request /captcha/image/{{imagekey}}/ i got server internal error 500. Something I missed to configure? Thanks a lot