Con Wieland wrote:

>I just received a few hundred lines similar to this from my cron output:
>
>File "/usr/lib/python2.4/copy.py", line 268, in _deepcopy_dict
>   y[deepcopy(key, memo)] = deepcopy(value, memo)
> File "/usr/lib/python2.4/copy.py", line 174, in deepcopy
>   y = copier(x, memo)
> File "/usr/lib/python2.4/copy.py", line 241, in _deepcopy_list
>   y.append(deepcopy(a, memo))
> File "/usr/lib/python2.4/copy.py", line 174, in deepcopy
>   y = copier(x, memo)
> File "/usr/lib/python2.4/copy.py", line 305, in _deepcopy_inst
>   state = deepcopy(state, memo)
>
>version 2.1.9
>
>any ideas


Were there lines in the output like

Traceback (most recent call last):

If so, and if there is more than one, please post an entire traceback
starting with a line like that and continuing to the line before the
next one.

If not or if there is only one traceback, post the first 20 lines and
the last 20 lines.

-- 
Mark Sapiro <m...@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to