1
jsy1999 OP 有谁出现这种情况的吗?
|
2
jsy1999 OP 打开首页:出现这个,
Error: Server Error The server encountered an error and could not complete your request. If the problem persists, please report your problem and mention this error message and the query that caused it. |
3
xinzhi 2010-11-23 18:46:51 +08:00
|
4
xinzhi 2010-11-23 18:48:51 +08:00
“Tornado Web Server. 来自FriendFeed(已被Facebook 收购)的开源Python Web Server + Framework,用起来很像GAE。”
大概是在GAE上无法使用这个框架的,你部署的源代码有问题。 |
5
jsy1999 OP @xinzhi 是部署到appspot.com的呢
我给你看下它的代码 Bret Taylor's blog ================== My blog is written with Tornado (http://www.tornadoweb.org/) and runs on AppEngine (http://appengine.google.com/). It is pretty special-purpose, but should be easy to modify for someone with knowledge of Python/Tornado. 这是它的blog呀 很漂亮的说 |
6
jsy1999 OP |
7
keakon 2010-11-23 19:36:58 +08:00
tornado是需要去下载的,可以在GAE上用,不过性能一般。
|
8
xinzhi 2010-11-23 19:40:49 +08:00
嗯,这blog不错。你的错误提示是Windows平台GAE SDK吧。如果部署到appspot有问题,你可以邀请我,我帮你部署上去。邀请EMail发送到 xinzhi.org 囧 gmail.com
|
9
jsy1999 OP @keakon 我下载好了,先用gae安装torndo的吗? 跟装PB一样的嘛〉
然后blog是运行在torndo上的, 不是很明白 |
11
xinzhi 2010-11-23 20:11:03 +08:00
我部署成功了。需要下载torndo,解压将torndo文件夹复制到那个gae blog的根目录,然后像一般做法一样上传就可以了。
|
13
xinzhi 2010-11-23 20:14:18 +08:00
|