Paste #25

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
Traceback (most recent call last):

  File "/Users/tmatsuo/work/crowdbbs/kay/lib/werkzeug/wsgi.py", line 466, in __call__
    return app(environ, start_response)

  File "/Users/tmatsuo/work/kay/kay/app.py", line 397, in __call__
    response = self.get_response(request)

  File "/Users/tmatsuo/work/kay/kay/app.py", line 347, in get_response
    return self.handle_uncaught_exception(request, exc_info)

  File "/Users/tmatsuo/work/kay/kay/app.py", line 316, in get_response
    response = view_func(request, **values)

  File "/Users/tmatsuo/work/crowdbbs/bbs/views.py", line 39, in index
    hoge

NameError: global name 'hoge' is not defined