我在 Django 网站上使用 recapcha。它正确显示在表单上,当我尝试检查它是否输入正确时出现问题:
from recaptcha.client import captcha
给我错误:
[Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/WebError-0.10.3-py2.7.egg/EGG-INFO/top_level.txt'
谷歌在这方面没有帮助我。任何想法如何解决这一问题?