Problem with django captcha module

2007-10-25 Thread BitBlazer
Hi, I just tried the django captcha module in my application. Everything is fine except for one small problem. The code that extracts the font files from `fonts` directory doesn't pay attention to the hidden files. For example all my code is in SVN. As a result each project folder has a hidden .s

Re: Problem with Django Captcha

2006-05-20 Thread Ian Holsman
MTP id e10mr156047wrd; Sat, 20 May 2006 15:58:10 -0700 (PDT) Return-Path: <[EMAIL PROTECTED]> Received: from circe.holsman.net (218-214-209-234.people.net.au [218.214.209.234]) by mx.googlegroups.com with ESMTP id v11si494302cwb.2006.05.20.15.58.09; Sat, 20 May 2006 1

Re: Problem with Django Captcha

2006-05-19 Thread Scott Anderson
Thanks for the reply, Ian. I have those libraries installed. I'm sure it's just some configuration I've done improperly. I've sent you a gmail contact (scottanderson42); since you're in Australia I'm sure I'll have to wait for the daylight terminator to come back round your way again. :-) Regar

Re: Problem with Django Captcha

2006-05-18 Thread Ian Holsman
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 nic

Problem with Django Captcha

2006-05-18 Thread Scott Anderson
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 {% capt