gae-sessions
gae-sessions copied to clipboard
Can't run demo code in python2.7
Can't run in python2.7 with gae 1.5.5
the official release of the SDK at the moment is 1.6.0
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.