2004年02月26日 星期四 12:03
为何Python默认安装没有logging.RotatingFileHandler这个类?请帮忙。 Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20040226/b4241c74/attachment.htm
2004年02月26日 星期四 12:13
你用的如果不是Python2.3就没有这个模块. 如果你用的是Python2.3,请搜索你的Python安装目录里有没有logging.py,如果有,再看看你的python的sys.path里是什么内容 >>> import sys.path >>> print sys.path ------- Explicit is better than implicit ... -----Original Message----- From: Dirk.Ye [mailto:mailing at wandy.cn] Sent: 2004年2月26日 12:03 To: python-chinese at lists.python.cn Subject: [python-chinese] 为何Python默认安装没有logging.RotatingFileHandler这个类?请帮忙。 为何Python默认安装没有logging.RotatingFileHandler这个类?请帮忙。 Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20040226/ee509f9b/attachment.html
2004年02月26日 星期四 13:52
Message找到了,在logging目录下的Handlers中,与FileHandler分开的。 非常感谢 ----- Original Message ----- From: Jacob Fan To: Chinese Python List Sent: Thursday, February 26, 2004 12:13 PM Subject: RE: [python-chinese] 为何Python默认安装没有logging.RotatingFileHandler这个类?请帮忙。 你用的如果不是Python2.3就没有这个模块. 如果你用的是Python2.3,请搜索你的Python安装目录里有没有logging.py,如果有,再看看你的python的sys.path里是什么内容 >>> import sys.path >>> print sys.path ------- Explicit is better than implicit ... -----Original Message----- From: Dirk.Ye [mailto:mailing at wandy.cn] Sent: 2004年2月26日 12:03 To: python-chinese at lists.python.cn Subject: [python-chinese] 为何Python默认安装没有logging.RotatingFileHandler这个类?请帮忙。 为何Python默认安装没有logging.RotatingFileHandler这个类?请帮忙。 Thanks. ------------------------------------------------------------------------------ _______________________________________________ python-chinese mailing list python-chinese at lists.python.cn http://python.cn/mailman/listinfo/python-chinese -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20040226/597eb301/attachment.htm
2004年02月27日 星期五 02:31
please take me out of the list for a month. Thank you! Xiangdong -----Original Message----- From: python-chinese-bounces at lists.python.cn [mailto:python-chinese-bounces at lists.python.cn]On Behalf Of John Li Sent: Friday, February 20, 2004 11:39 AM To: python-chinese at lists.python.cn Subject: [python-chinese] encodings 您们号: 我住在美国,想知道在中国大部分的人怎么利用encodings。 是不是所有的程序现在必须利用gb18030? 还有很多人 利用gbk/cp936或是gb2312?说python的话,大部分的人 把gb* 转换到utf-8?因为python利用utf-8,utf-8是不是比 gb*有安全?我现在打算利用gb18030,把它转换到utf-8,在 python程序里面利用utf-8,用完了,再把它转换到gb18030. 我想首先问你们这想法好不好。非常感谢!(对不起,中文不流利) John
Zeuux © 2024
京ICP备05028076号