【发布时间】:2011-11-01 13:09:49
【问题描述】:
我正在使用 django-nonrel 创建一个将部署在 google appengine 上的应用程序。我正在使用 django-social-auth,而后者又使用 python-oauth2,现在我遇到了这个错误。
ImproperlyConfigured at /
Error importing request processor module social_auth.context_processors: "No module named _io"
Request Method: GET
Request URL: http://app.rajatsaxena.org:8000/
Django Version: 1.3
Exception Type: ImproperlyConfigured
Exception Value:
Error importing request processor module social_auth.context_processors: "No module named _io"
Exception Location: /home/rajat/djangoapi/googapp/appengine2/fullauth/django/template/context.py in get_standard_processors, line 154
Python Executable: /usr/bin/python
Python Version: 2.7.1
【问题讨论】:
标签: django facebook google-app-engine django-nonrel