Am Dienstag, 31. Oktober 2006 15:20 schrieb Dirk Eschler:
> In this case i would expect a TemplateSyntaxError. Since you don't get one,
> i suppose it is loaded.
>
> I tried to reproduce your error: i get empty captcha_* values when my
> captcha/urls.py is wrong. Judging from the code you have posted, i think it
> should look like:
>
> urlpatterns = patterns('anastas.apps.captcha.views',
>     (r'^i/$', 'image'),
>     (r'^json/$', 'json'),
> )

Uh wait, only the image is broken in this case.

Another thing to check, does pycaptcha write anything to your tmp dir? By 
default it seems to create the temporary image at /tmp/pycaptcha_1.

-- 
Dirk Eschler <mailto:[EMAIL PROTECTED]>
http://www.krusader.org

--~--~---------~--~----~------------~-------~--~----~
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 PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to