=rad-con@python.org] On Behalf Of
Rob Richardson
Sent: Thursday, December 13, 2012 2:52 PM
To: python-list@python.org
Subject: RE: log4py confusion
Thanks for the suggestion, but I don't think that can be it. At least, it's
not it on the line you specified. That form, with the t
t.
Thanks again!
RobR
-Original Message-
From: Python-list
[mailto:python-list-bounces+rob.richardson=rad-con@python.org] On Behalf Of
MRAB
Sent: Thursday, December 13, 2012 2:35 PM
To: python-list@python.org
Subject: Re: log4py confusion
On 2012-12-13 18:58, Rob Richardson wro
On 2012-12-13 18:58, Rob Richardson wrote:
Greetings!
I have finally gotten fed up with all of the Python scripts used in my
company that have every parameter hard-coded. I am rewriting one of
them to read all of its parameters from an XML file. Then, we can
change the XML file to control whic
The last line,
programSettings.Log(TempLogger),
should have been
programSettings.Log(Logger)
I get the same error no matter which logger I use, though, which I don't
understand.
Also, I'm using Python 2.7.
Thanks again for your help!
RobR
From: Python-list
[mailto:python-list-bounces+rob.ri