运行django应用出错



我使用django-nonrel创建一个应用程序,将部署在谷歌应用引擎。我正在使用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
No module named _io

我有这个错误,降级到python 2.6为我解决了这个问题。

如果你运行python 2.6,错误仍然出现吗?我遇到过同样的错误,并通过将python从2.7降级到2.6来解决它,或者专门使用目前仅在生产环境中可用的2.7。

如果我是你,我会使用2.6并等待一段时间,直到所有组件都与python 2.7兼容。

相关内容

  • 没有找到相关文章

最新更新