On 9/14/05, akonsu <akonsu@gmail.com> wrote:
I am not sure if there is a ready product for this, but is there a way
in zope to generate an image dynamically? does anyone know how? if
there is, any python implementation of captcha can be adapted to zope
i think.
 
 
I found this:
http://captchas.net/
http://captchas.net/sample/python/
 
It seems they provide the service of creating the graphic.
 
and this
 
http://svn.navi.cx/misc/trunk/pycaptcha/README
 
that uses the Python Imaging Library and so is self contained.
 
Has anyone created a Zope product based on either of those?