Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. Last login: Wed Feb 8 18:30:05 on ttys029
  2. Traceback (most recent call last):
  3. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/handlers.py", line 75, in emit
  4. self.doRollover()
  5. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/handlers.py", line 132, in doRollover
  6. os.rename(self.baseFilename, dfn)
  7. OSError: [Errno 2] No such file or directory
  8. Error in atexit._run_exitfuncs:
  9. Traceback (most recent call last):
  10. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/atexit.py", line 24, in _run_exitfuncs
  11. func(*targs, **kargs)
  12. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/__init__.py", line 1472, in shutdown
  13. h.flush()
  14. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/__init__.py", line 740, in flush
  15. self.stream.flush()
  16. ValueError: I/O operation on closed file
  17. Error in sys.exitfunc:
  18. Traceback (most recent call last):
  19. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/atexit.py", line 24, in _run_exitfuncs
  20. func(*targs, **kargs)
  21. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/__init__.py", line 1472, in shutdown
  22. h.flush()
  23. File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/__init__.py", line 740, in flush
  24. self.stream.flush()
  25. ValueError: I/O operation on closed file
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement