Advertisement
Guest User

Untitled

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