"DeprecationWarning: catching of string exceptions is deprecated"의 두 판 사이의 차이

1번째 줄: 1번째 줄:
{{테스트|Python 2.6.6, mod_python 3.3.1}}
{{테스트|Python 2.6.6, mod_python 3.3.1}}
;<nowiki>DeprecationWarning: the md5 module is deprecated; use hashlib instead</nowiki>
;<nowiki>DeprecationWarning: catching of string exceptions is deprecated</nowiki>


==문제상황==
==문제상황==

2014년 9월 4일 (목) 09:47 판

DeprecationWarning: catching of string exceptions is deprecated

1 문제상황

[root@jmnote ~]# cat /var/log/httpd/error_log | grep 'catching of string exceptions is deprecated' -A1 -m1
/usr/lib64/python2.6/site-packages/mod_python/importer.py:1549: DeprecationWarning: catching of string exceptions is deprecated
  except apache.PROG_TRACEBACK, traceblock:

2 해결

3 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}