Advertisement
Guest User

Untitled

a guest
May 10th, 2014
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1.  
  2. (venv)ben@ben-on-linux:~/Desktop$ python app.py
  3. ^CKeyboardInterrupt
  4. Traceback (most recent call last):
  5. File "app.py", line 9, in <module>
  6. socketio.run(app)
  7. File "/usr/local/lib/python2.7/dist-packages/flask_socketio/__init__.py", line 208, in run
  8. self.server.serve_forever()
  9. File "/usr/local/lib/python2.7/dist-packages/gevent/baseserver.py", line 284, in serve_forever
  10. self._stop_event.wait()
  11. File "/usr/local/lib/python2.7/dist-packages/gevent/event.py", line 77, in wait
  12. result = self.hub.switch()
  13. File "/usr/local/lib/python2.7/dist-packages/gevent/hub.py", line 331, in switch
  14. return greenlet.switch(self)
  15. KeyboardInterrupt
  16. Exception KeyError: KeyError(40651664,) in <module 'threading' from '/usr/lib/python2.7/threading.pyc'> ignored
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement