Re: Django captcha problems

2006-03-02 Thread syhpoon
Error occurs when I try to load template with form that is protected with captcha, i.e. when I put {%load captcha%} {%captcha%} into my template, without these lines it renders fine, but, naturally without captcha image. The strangest thing for me is that, as I've mentioned before, with django int

Re: Django captcha problems

2006-03-01 Thread syhpoon
Yes, I do use prefork mpm --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL

Django captcha problems

2006-03-01 Thread syhpoon
Hi, I've tried django captcha (http://feh.holsman.net/articles/2005/12/15/django-captcha-app) but got strange behaviour: With internal django web server everything works just fine, but I got a really misterious error with apache 2.0.55 and mod_python 3.1.4 on FreeBSD (sorry for a lot of quoting, I

Re: Form image validating

2006-03-01 Thread syhpoon
Hi, I've tried this django captcha but got strange behaviour: With internal django web server everything works just fine, but I got a really misterious error occurs with apache 2.0.55 and mod_python 3.1.4 on FreeBSD (sorry for a lot of quoting, I'm not really sure what's the call that caused error

Form image validating

2006-02-27 Thread syhpoon
Hello, I have a form on my homepage to allow visitors to post comments. I'd like to create an image validator for posting, i.e. visitor must provide a correct number/string, that is shown on some generated image, to successfully post a comment. So, my question is: does exist anywhere any solution