Re: RotatingFileHandler in Python 2.3.5

2005-05-16 Thread Vinay Sajip
new pip gmail.com> writes: > > Is the RotatingFileHandler (from the logging module) available in > Python 2.3.5? I'm getting a "AttributeError: 'module' object has no > attribute 'RotatingFileHandler'" error message when trying to use it. The handler is in the logging.handlers module, not in th

RotatingFileHandler in Python 2.3.5

2005-05-16 Thread new pip
Is the RotatingFileHandler (from the logging module) available in Python 2.3.5? I'm getting a "AttributeError: 'module' object has no attribute 'RotatingFileHandler'" error message when trying to use it. Thank you -- http://mail.python.org/mailman/listinfo/python-list