Am Dienstag, 31. Oktober 2006 16:11 schrieb Grigory Fateyev:
> Hello Dirk Eschler!
>
> On Tue, 31 Oct 2006 15:32:03 +0100 you wrote:
> > > urlpatterns = patterns('anastas.apps.captcha.views',
> > >     (r'^i/$', 'image'),
> > >     (r'^json/$', 'json'),
> > > )
>
> This is like mine.
>
> > 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.
> >
> >>> tempfile.gettempdir()
>
> '/tmp/.private/greg'
>
> # ls -la /tmp/.private/greg/py*
> -rw-r--r--  1 greg greg 12288 ïËÔ 30
> 18:36 /tmp/.private/greg/pycaptcha_1
>
> It is right?

Looks good, so the pycaptcha is creating the file. I have no idea what to 
check next, don't see anything wrong in your code.

-- 
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