Le 14/10/2011 15:12, limodou a écrit :
Sometimes I fount below traceback in ie7, but ie9 is ok, and I use ie9 to switch ie7 browser mode, so I don't if it's the bug of ie or the bug of werkzeug, can anyone help me?Exception happened during processing of request from ('127.0.0.1', 57193) Traceback (most recent call last): File "C:\Python26\lib\SocketServer.py", line 281, in _handle_request_noblock self.process_request(request, client_address) File "C:\Python26\lib\SocketServer.py", line 307, in process_request self.finish_request(request, client_address) File "C:\Python26\lib\SocketServer.py", line 320, in finish_request self.RequestHandlerClass(request, client_address, self) File "C:\Python26\lib\SocketServer.py", line 615, in __init__ self.handle() File "d:\project\mywork\uliweb-git\uliweb\lib\werkzeug\serving.py", line 189, in handle return rv UnboundLocalError: local variable 'rv' referenced before assignment
Hi, This looks fixed in a recent commit: https://github.com/mitsuhiko/werkzeug/commit/eb96c0563d32c63d082ddcc02bc47371cd48da16#werkzeug/serving.py Try using the git version of Werkzeug. Regards, -- Simon Sapin -- You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pocoo-libs?hl=en.
