Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run demo code in python2.7 #31

Open
toomore opened this issue Oct 15, 2011 · 2 comments
Open

Can't run demo code in python2.7 #31

toomore opened this issue Oct 15, 2011 · 2 comments

Comments

@toomore
Copy link

toomore commented Oct 15, 2011

Can't run in python2.7 with gae 1.5.5

@coto
Copy link

coto commented Dec 11, 2011

the official release of the SDK at the moment is 1.6.0

@dound
Copy link
Owner

dound commented Dec 19, 2011

You only need a very minor modification to the demo to work with the python 2.7 runtime (it was already made thread-safe in the past in preparation for the python 2.7 release). The patch is here - you just need to import json rather than simplejson via django. I'll double-check this later and merge it into master if all looks well.

dound added a commit that referenced this issue Jan 14, 2013
Fix for issue #31 (Can't run demo code in python2.7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants