sebastian-ardila / google-app-engine-django

Automatically exported from code.google.com/p/google-app-engine-django
Apache License 2.0
0 stars 0 forks source link

ImportError: No module named _io #180

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In : Using Google App Engine for Django @
http://code.google.com/appengine/articles/appengine_helper_for_django.html

When I try and verify my environment, I get an error: 
"ImportError: No module named _io"

I'm running Django 1.2.1 and Python 2.7

Original issue reported on code.google.com by emile.pe...@gmail.com on 8 Sep 2010 at 4:13

GoogleCodeExporter commented 9 years ago
App Engine supports python 2.5 and it is recommended that you develop with this 
version as well to ensure compatibility between your development and server 
environments.

We're unlikely to address issues specific to Python 2.7 in this helper at the 
present time, sorry.

Original comment by m...@google.com on 26 Oct 2010 at 12:34