Advertisement
chekopay

Untitled

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