So I just upgraded to Mavericks and I'm suddenly getting all kinds of errors:
Mostly stuff like this: "Cannot define property using reserved word 'requests'. " We're seeing this with other properties too. None of them are actually reserved words and they're all defined once (so it's not because they're duplicate properties on the same object or via ReferenceProperty fields) We haven't changed anything (other than the OS upgrade). We're using python2.7, from the app engine log: "Python command: /usr/bin/python2.7" and we specify python27 in the app.yaml This app (with the same property names) has been live for years, so not sure what's going on. I saw this once trying to set it up on a linux machine, but just gave up then. This time however, it's my main dev machine. Also, using the 1.8.6 app engine version. Any ideas? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
