New submission from lajujula <jul...@bozambo.net>: while starting an app using paste i get the following error :
File "/usr/local/lib/python2.7/dist-packages/repoze.tm2-1.0b2- py2.7.egg/repoze/tm/__init__.py", line 24, in __call__ result = self.application(environ, save_status_and_headers) File "/usr/local/lib/python2.7/dist-packages/repoze.who-1.0.19- py2.7.egg/repoze/who/middleware.py", line 65, in __call__ ids = self.identify(environ, classification) File "/usr/local/lib/python2.7/dist-packages/repoze.who-1.0.19- py2.7.egg/repoze/who/middleware.py", line 162, in identify identity = plugin.identify(environ) File "/usr/local/lib/python2.7/dist-packages/repoze.who_friendlyform-1.0.8- py2.7.egg/repoze/who/plugins/friendlyform.py", line 122, in identify request = Request(environ, charset=self.charset) File "/usr/local/lib/python2.7/dist-packages/WebOb-1.2b2- py2.7.egg/webob/request.py", line 124, in __init__ "req.decode(charset)``" % charset DeprecationWarning: You passed charset='iso-8859-1' to the Request constructor. As of WebOb 1.2, if your application needs a non-UTF-8 request charset, please construct the request without a charset or with a charset of 'None', then use ``req = req.decode(charset)`` Python : 2.7.2 OS : Ubuntu ---------- messages: 510 nosy: lajujula priority: bug status: unread title: Using deprecated webob calls __________________________________ Repoze Bugs <b...@bugs.repoze.org> <http://bugs.repoze.org/issue180> __________________________________ _______________________________________________ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev