Re: logging module - restricted mode error

2007-10-21 Thread Vinay Sajip
On 21 Oct, 07:50, Paul Rudin <[EMAIL PROTECTED]> wrote: > > Can you say a little bit more about the execution environment? For > > example, are you running under mod_python? If so, which version? > > I'm not running under mod_python - but this is using cherrypy. I also > do some passing of pickled

Re: logging module - restricted mode error

2007-10-21 Thread Paul Rudin
Vinay Sajip <[EMAIL PROTECTED]> writes: > On 16 Oct, 04:14, Paul Rudin <[EMAIL PROTECTED]> wrote: >> I'm occasionally seeing tracebacks like this: >> >> Traceback (most recent call last): >> File "logging/__init__.py", line 744, in emit >> File "logging/__init__.py", line 630, in format >> F

Re: logging module - restricted mode error

2007-10-20 Thread Vinay Sajip
On 16 Oct, 04:14, Paul Rudin <[EMAIL PROTECTED]> wrote: > I'm occasionally seeing tracebacks like this: > > Traceback (most recent call last): > File "logging/__init__.py", line 744, in emit > File "logging/__init__.py", line 630, in format > File "logging/__init__.py", line 421, in format >

logging module - restricted mode error

2007-10-15 Thread Paul Rudin
I'm occasionally seeing tracebacks like this: Traceback (most recent call last): File "logging/__init__.py", line 744, in emit File "logging/__init__.py", line 630, in format File "logging/__init__.py", line 421, in format RuntimeError: instance.__dict__ not accessible in restricted mode I