Guest User

Untitled

a guest
Jun 22nd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. chris@snakeserv:~/webapps/django/gpt$ python2.5 manage.pysyncdb
  2. Traceback (most recent call last):
  3. File "manage.py", line 4, in <module>
  4. import settings # Assumed to be in the same directory.
  5. File "/home/chris/webapps/django/gpt/settings.py", line 12, in <module>
  6. loggerConf.setup_logger()
  7. File "/home/chris/webapps/django/gpt/loggerConf.py", line 33, in setup_logger
  8. backupCount=5)
  9. File "/usr/lib/python2.5/logging/handlers.py", line 109, in __init__
  10. BaseRotatingHandler.__init__(self, filename, mode, encoding)
  11. File "/usr/lib/python2.5/logging/handlers.py", line 61, in __init__
  12. logging.FileHandler.__init__(self, filename, mode, encoding)
  13. File "/usr/lib/python2.5/logging/__init__.py", line 770, in __init__
  14. stream = open(filename, mode)
  15. IOError: [Errno 2] No such file or directory: '/home/chris/logs/user/macarist.log'
Add Comment
Please, Sign In to add comment