Hi

There are a heap of reasons not to use Python2.7.  Whilst the specific issue 
you just had 
had nothing to do with python versions I predict you will have problems.

Production runs 2.5 , there are minor differences between 2.6 and 2.5.  2.7 
introduced a heap more.

You will find things like task queues could give you problems in the SDK.

Unless you know a lot of python and the differences between 2.5 and 2.7 and 
what to avoid, 
I would strongly recommend you install and use 2.5.  If you do a quick 
search through these groups 
you will see many cases where someone struggled with a problem in dev for 
quite some time, which 
just went away when the installed the correct version of python.

Also think about it, all your testing in dev is against a completely 
different version of python, which has 
not just different library features but language feature differences as 
well.

Rgds

Tim

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to