Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1836, in __call__
  3. return self.wsgi_app(environ, start_response)
  4. File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1820, in wsgi_app
  5. response = self.make_response(self.handle_exception(e))
  6. File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1403, in handle_exception
  7. reraise(exc_type, exc_value, tb)
  8. File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1817, in wsgi_app
  9. response = self.full_dispatch_request()
  10. File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1477, in full_dispatch_request
  11. rv = self.handle_user_exception(e)
  12. File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1381, in handle_user_exception
  13. reraise(exc_type, exc_value, tb)
  14. File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1475, in full_dispatch_request
  15. rv = self.dispatch_request()
  16. File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1461, in dispatch_request
  17. return self.view_functions[rule.endpoint](**req.view_args)
  18. File "/home/lurene/src/rop_finder/web/views.py", line 180, in add_module
  19. file.save(filename)
  20. File "/usr/local/lib/python2.7/dist-packages/werkzeug/datastructures.py", line 2585, in save
  21. dst = open(dst, 'wb')
  22. IOError: [Errno 2] No such file or directory: '/home/lurene/src/rop_finder/web/sample_files/rpcrt4.dll'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement