Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/305.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
从GAPE python 25迁移到python 27_Python_Google App Engine - Fatal编程技术网

从GAPE python 25迁移到python 27

从GAPE python 25迁移到python 27,python,google-app-engine,Python,Google App Engine,我有一个在ubuntu服务器上使用Google AppEngine(python 2.5)功能的应用程序。 该应用程序是由Python2.6开发的 例如: # Google API Loading for apache mod_wsgi from google.appengine.api import apiproxy_stub_map from google.appengine.api import urlfetch_stub from google.appengine.api import

我有一个在ubuntu服务器上使用Google AppEngine(python 2.5)功能的应用程序。 该应用程序是由Python2.6开发的

例如:

# Google API Loading for apache mod_wsgi
from google.appengine.api import apiproxy_stub_map
from google.appengine.api import urlfetch_stub
from google.appengine.api import mail_stub
from google.appengine.api import user_service_stub
from google.appengine.api.memcache import memcache_stub


from google.appengine.ext import webapp
class Class1(webapp.RequestHandler)
我应该尽快迁移到python2.7吗?对于我的情况,谷歌对python2.5的反对政策是什么,请给出确切的时间

注意,我已经将Google AppEngine应用程序python2.5迁移到2.7,该应用程序部署在GAPE中。
问候

我会尽快。谷歌可以在没有太多警告的情况下停止支持。他们有一个指南应该会有所帮助:非常感谢您的反馈。是否有任何关于包含exat date to stop support(停止支持日期)的弃用政策的通信?我找不到,但有一封电子邮件,您可以联系,看看他们是否有日期。google-appengine-python25-deprecation@googlegroups.comHi,我使用这个链接将google appengine应用程序迁移到python27。该应用程序在GAPE生产环境中与Python27正常工作。但现在我想在unix服务器上使用GoogleAppengineEnv迁移应用程序。有什么文件可以帮助我吗?(我遵循了该链接中描述的说明,但我遇到了一些问题)感谢advanceUnix服务器在第三方上,而不是在GCE上