1
keakon 2011-10-05 16:39:48 +08:00
先读完错误描述再问吧……
你更新已经失败,要执行rollback才能update SSL没用,记住用代理 |
2
Feuda 2011-10-08 15:33:54 +08:00
这两天我部署时出现问题,一直没解决,之前完全正常
C:\Documents and Settings\Administrator>appcfg.py update d:\xxxxxxxx Traceback (most recent call last): File "C:\Program Files\Google\google_appengine\appcfg.py", line 77, in <module > run_file(__file__, globals()) File "C:\Program Files\Google\google_appengine\appcfg.py", line 73, in run_fil e execfile(script_path, globals_) NameError: global name 'execfile' is not defined 我想知道这是我的原因还是服务器的原因,phython,GAE,我都重新安装了,还是不行 |
5
kirakira 2011-10-10 17:52:30 +08:00
上传被墙了 心里默默问候方校长一百次 然后写个bat
set HTTP_PROXY=http://google.cn:80 set HTTPS_PROXY=http://google.cn:80 appcfg.py update ../项目文件夹 |
6
seemid 2011-10-19 00:53:45 +08:00
Application: xxx; version: 1
Host: appengine.google.com Starting update of app: xxx, version: 1 Scanning files on local disk. Password for [email protected]: Error 409: --- begin server output --- Another transaction by user inlaidharp is already in progress for app: xxx, version: 1. That user can undo the transaction with "appcfg rollback". --- end server output --- 2011-10-19 00:22:36 (Process exited with code 1) You can close this window now. 更改版本之后,错误如下: 2011-10-19 00:45:17 Running command: "['D:\\Program Files\\Python\\pythonw.exe', '-u', 'D:\\Program Files\\Google\\google_appengine\\appcfg.py', '--no_cookies', u'[email protected]', '--passin', 'update', 'D:\\z\\xxx\\xxx']" Application: xxx; version: 2 Host: appengine.google.com Starting update of app: xxx, version: 2 Scanning files on local disk. Password for [email protected]: Error 400: --- begin server output --- api_version '2' is not supported by the 'python' runtime. --- end server output --- 2011-10-19 00:45:31 (Process exited with code 1) You can close this window now. update 上传时 是开着 VPN 的。 怎么回事呢?求解 |
7
seemid 2011-10-19 00:56:43 +08:00
python 是最新安装的
|
11
Feuda 2011-10-21 14:21:44 +08:00
@seemid
你更改什么版本?是PICKY的么?我的是project-picky-v0.1.9.1,现在更新出现的是你这样的错误 Application: xxx; version: 1 Host: appengine.google.com Starting update of app: xxx, version: 1 Scanning files on local disk. Password for [email protected]: Error 409: --- begin server output --- Another transaction by user xxxx is already in progress for app: xxx, version: 1. That user can undo the transaction with "appcfg rollback". --- end server output --- 2011-10-19 00:22:36 (Process exited with code 1) You can close this window now. |
13
louyp 2011-11-08 23:10:55 +08:00
是不是Python版本的问题,我也遇到过,为此我写了一段文字,可以参考。
http://louypblog.appspot.com/2011/11/7/Technology.html 中间一段文字。 |
14
bloggerao 2011-11-09 09:31:30 +08:00
Google一下关键词 能搜索出来解决办法的,好像某个文件 某个数字错误 修改一下就行。
|