Login

蛇三千出洞

2008-12-04 11:29:09 by kommit

http://www.python.org/download/releases/3.0/



Python 3.0 (r30:67507, Dec  3 2008, 20:14:27) [MSC v.1500 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.

    ****************************************************************
    Personal firewall software may warn about the connection IDLE
    makes to its subprocess using this computer's internal loopback
    interface.  This connection is not visible on any external
    interface and no data is sent to or received from the Internet.
    ****************************************************************

IDLE 3.0
>>> print 'hello py3k'
SyntaxError: invalid syntax (<pyshell#0>, line 1)
>>> print ('hello py3k')
hello py3k
>>>

 

Tags: python, py3k

Comments:

我有两个问题想请教一下:
第一,您的域名是如何绑定到GAE上的?现在是不是不能绑定了?
第二,你的blog模板里面的{{ W.Blogroll }}使用的时候总是会出现blogroll没有定义的问题,?

2008-12-23 21:34:25 by bugway

@bugway
1、仍然是通过Google Apps绑定的,不过IP不是文档中写的那4个,至于是哪一个,请自行解析loscomet.cn
2、Blogroll被我废弃了(抱歉文档没有跟上),现在用的是
{{ W.links|params:"{'tag':'Blogroll'}"}}
请在/admin/linkmanager里面添加链接,并且把 tag 设置为Blogroll。 这样做的好处是可以给链接分组。

2008-12-24 10:24:37 by 小七

谢谢

2008-12-24 11:56:01 by bugway

我想问一下,你的post summary是如何实现的?模板里面有函数吗?谢谢了。

2008-12-25 16:40:42 by bugway

加个链接么? http://wwb.appspot.com
邮件联系:)

2009-01-10 11:34:20 by WenBin87

You can leave a comment on this post if you login