Sign in or register Home

Snippet #361: 不错,这个站点的代码能开源么?


Author: AppEngine.py Date: 2008-05-28 18:33:27


http://ulipad.appspot.com/ 不错,这个站点的代码能开源么?


Category: 开源
Tag:

Comment:


limodou 2008-05-29 06:17:34 say:
可以在 svn co http://mymisc.googlecode.com/svn/trunk/ulipad_appspot ulipad_appspot 得到全部源码。
AppEngine.py 2008-05-29 18:52:48 say:
用TortoiseSVN试了好多次都下载不了,能不能压缩一份Email给我呢,谢谢了
AppEngine.py(at)Gmail dot com
limodou 2008-05-30 07:24:35 say:
svn是没有问题的,我用得好好的,建议你再试一下。
AppEngine.py 2008-05-30 08:03:32 say:
subversion搞定,谢谢。

不知道为什么TortoiseSVN不行
limodou 2008-05-30 08:17:48 say:
我用的就是TortoiseSVN,没有问题。
sindon 2008-06-16 14:53:22 say:
我试了,确实是down不下来

---------------
svn: PROPFIND 请求“/svn/!svn/vcc/default”失败
svn: PROPFIND 的结果 “/svn/!svn/vcc/default”: 502 Bad Gateway (http://mymisc.g

ooglecode.com)


麻烦看下是什么原因。。
jihaiming.net 2008-06-30 08:07:42 say:
大侠, 我请教一下, 我利用了你的这个站点的一部分源码学习.
在本地使用GAE的dev_appserver来运行的时候没有错误, 但一更新到服务器上报错:
Traceback (most recent call last):
  File "/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 499, in __call__
    handler.get(*groups)
  File "/base/data/home/apps/jihmapp/1.27/hello.py", line 7, in get
    render_template(self, 'index.html')
  File "/base/data/home/apps/jihmapp/1.27/utils/__init__.py", line 32, in render_template
    template_file(templatefilename, vars, env, dirs=TEMPLATE_PATH)
  File "/base/data/home/apps/jihmapp/1.27/utils/simpletemplate.py", line 73, in template_file
    fname = get_templatefile(filename, dirs)
  File "/base/data/home/apps/jihmapp/1.27/utils/simpletemplate.py", line 70, in get_templatefile
    raise Exception, "Cann't file the template file %s" % filename
Exception: Cann't file the template file index.html

本地一点问题都没有... 汗
能猜到是什么原因吗?
limodou 2008-06-30 08:44:31 say:
是因为文件找不到,检查一下文件名或路径配置是否正确。
grimfkq 2009-01-01 08:41:27 say:
我用TortoiseSVN也下载成功了的。
虽然功能不多,感觉还是不错!
:)