Advertisement
Guest User

Untitled

a guest
Sep 25th, 2012
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "./about", line 21, in <module>
  3. import settings
  4. File "../settings.py", line 13, in <module>
  5. DEBUG = config.get("main", "debug")
  6. File "/usr/lib/python2.7/ConfigParser.py", line 607, in get
  7. raise NoSectionError(section)
  8. ConfigParser.NoSectionError: No section: 'main'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement