"DeprecationWarning: object. init () takes no parameters"의 두 판 사이의 차이

12번째 줄: 12번째 줄:


==같이 보기==
==같이 보기==
*[[DeprecationWarning: catching of string exceptions is deprecated]]
*[[DeprecationWarning: the md5 module is deprecated; use hashlib instead]]
*[[DeprecationWarning: the md5 module is deprecated; use hashlib instead]]


[[분류: Python 오류]]
[[분류: Python 오류]]

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

DeprecationWarning: object.__init__() takes no parameters

1 문제상황

[root@jmnote ~]# cat /var/log/httpd/error_log | grep 'object.__init__() takes no parameters' -A1 -m1
/usr/lib64/python2.6/site-packages/mod_python/util.py:119: DeprecationWarning: object.__init__() takes no parameters
  str.__init__(self, value)

2 해결

3 같이 보기

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