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 .svn folder. The code for extracting the files from fonts directory directly uses the listdir() function without bothering about hidden files (.svn in my case). As a result the listing of font files also includes an erroneous font entry with the name `path/to/fonts/dir/.svn` which raises IOError when used (which happens randomly). Even though I have fixed this problem in my case but I guess there should be a proper solution for same.
Cheers! BitBlazer --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---