Re: Captcha module ready for testing

2007-06-14 Thread Iapain
Hi, Nice implementation but dont see any logic to save captcha temporary, you should add option like "nosave" and use cStringIO in that case. Cheers, Deepak On Jun 13, 5:11 pm, MartinWinkler <[EMAIL PROTECTED]> wrote: > Hi all, > > I just uploaded the captcha module I recently mentioned > toht

Re: Captcha module ready for testing

2007-06-13 Thread Nimrod A. Abing
Hello, I am about to try your module and I haven't downloaded it yet but I have a few questions and some suggestions. I have my own CAPTCHA module too which is slightly different from yours in some respects: 1. It does not need a dedicated directory to save image files. Images are created in-mem

Re: Captcha module ready for testing

2007-06-13 Thread Martin Winkler
Am Wed, 13 Jun 2007 18:47:10 - schrieb JustJohnny <[EMAIL PROTECTED]>: > I just installed your captcha module. I'm not sure if it was me, my > setup or the code but I kept getting a 'help_text' error. That is very strange - help_text is part of django's newforms fields. I tried to reproduce

Re: Captcha module ready for testing

2007-06-13 Thread JustJohnny
Martin, I just installed your captcha module. I'm not sure if it was me, my setup or the code but I kept getting a 'help_text' error. I ended up removing all references to help text from captcha/__init__.py", line 169 and other areas. After I got past that, I discovered that I needed to install

Captcha module ready for testing

2007-06-13 Thread MartinWinkler
Hi all, I just uploaded the captcha module I recently mentioned to http://django.agami.at/media/captcha/ Please take a look at it and tell me what you think of it. I really hope this module can be put into the trunk on django.contrib some day. Maybe one of the lead developers can take a look too