How to convert DocBook sect1 to html by Python?

2008-08-10 Thread Younger Wang
Hi, Is there any way to convert from DocBook to html in Python? Thanks! BR Younger Wang -- http://mail.python.org/mailman/listinfo/python-list

RE: How to package a logging.config file?

2008-07-14 Thread Younger Wang
, format='%(levelname)s %(module)s:%(lineno)d: %(message)s') return logging.getLogger(name) I had to make this helper function because calling logging.getLogger will fail in an exception without configuring logging module. I wish it is not like that. BR Younger Wang -Original Message