Steven Macintyre wrote:

Please don't top-post.

[Diez B. Roggisch]

> For me, that fails with

> NameError: name 'RotatingFileHandler' is not defined

[Steven Macintyre]

> I am using 2.4, could that be the cuase of your issue below.
> 
> Ideally, I would like to stay with the 2.4 version and based on two
> tutorials, this was what I came up with

It looks like 2.5 has the better error message, but the actual problem is
the same for both versions. Try changing mylogfileHandler's class to

[handler_mylogfileHandler]
class=handlers.RotatingFileHandler

Peter
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to