gae-sessions icon indicating copy to clipboard operation
gae-sessions copied to clipboard

Can't run demo code in python2.7

Open toomore opened this issue 14 years ago • 2 comments

Can't run in python2.7 with gae 1.5.5

toomore avatar Oct 15 '11 14:10 toomore

the official release of the SDK at the moment is 1.6.0

coto avatar Dec 11 '11 08:12 coto

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 avatar Dec 19 '11 20:12 dound