Need help in configuration for TimedRotatingFileHandler
Jan Kaliszewski
zuo at chopin.edu.pl
Sun Aug 9 11:15:32 EDT 2009
09-08-2009 Lokesh <lokeshmaremalla at gmail.com> wrote:
> I have tried with the below code and ended up with the error, code is
> pasted below
> Error - IOError: [Errno 2] No such file or directory: 'G:\\lok_sib\
> \logs\rotate_test'
Note that: '\r' is listed (interpreted by Python as 'carriage return'
special character) and not '\\r' (which would mean '\' char + 'r' char).
Regards,
*j
--
Jan Kaliszewski (zuo) <zuo at chopin.edu.pl>
More information about the Python-list
mailing list