Hi.
I wrote that app, and it does work (for me at least)
some of the main problems I have had in the past with it is the lack
of dependant libraries.
you need
pycaptcha
and
Imaging
and
pycrypto (if you want to use the register app in that SVN)
If you want, feel free to ping me on irc (my nick is firemansam) or
Skype: iholsman / gtalk: kryton _at_ gmail.com
and we'll get it sorted out for you. (and post back the answer here
for next time)
On 19/05/2006, at 12:47 PM, Scott Anderson wrote:
>
> Hi all,
>
> I'm a new Django user trying to get the captcha app working with svn
> Django.
>
> I've done the following:
>
> 1) Placed the captcha app in my site directory (which is named
> 'craft')
> 2) Added a reference to "craft.captcha" to INSTALLED_APPS in
> settings.py
> 3) Placed {% load captcha %} and {% captcha %} in my template (in
> user/templates/register.html)
> 4) Included the craft.captcha.urls reference in the site's urls.py for
> ^captcha/
>
>
> When I visit the register template, however, I get the following
> error:
>
> 'captcha' is not a valid tag library: Could not load template library
> from django.templatetags.captcha, cannot import name template
>
>> From the "load captcha" line in the template.
>
> I'm sure I'm missing something simple, but I'm not familiar enough
> with
> Django yet to figure out what it is. I've also tried "load
> craft.captcha", but no dice.
>
> Thanks for any help in advance,
> -scott
>
>
>
> >
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---