Advertisement
Guest User

Untitled

a guest
Mar 26th, 2012
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. /opt/noc/scripts/noc-launcher.py start
  2. Traceback (most recent call last):
  3. File "/opt/noc/scripts/noc-launcher.py", line 13, in <module>
  4. set_env.setup(use_django=False)
  5. File "/opt/noc/scripts/set_env.py", line 46, in setup
  6. import settings # @todo: Avoid loading twice
  7. File "/opt/noc/settings.py", line 13, in <module>
  8. DEBUG = config.get("main", "debug")
  9. File "/usr/lib/python2.6/ConfigParser.py", line 531, in get
  10. raise NoSectionError(section)
  11. ConfigParser.NoSectionError: No section: 'main'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement