| <class 'ConfigParser.NoSectionError'> | Python 2.6.6: /usr/bin/python Sat May 18 07:00:04 2013 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /home/sa3ruby/intertwingly.net/code/admin_cb.py in |
| 37 |
| 38 # Load config |
| 39 config.load(CONFIG_FILE) |
| 40 |
| 41 # parse query parameters |
| /home/sa3ruby/intertwingly.net/code/venus/planet/config.py in load(config_files='config/live') |
| 191 filter_dir = os.path.join(sys.path[0],'filters') |
| 192 if filter_dir not in dirs and os.path.exists(filter_dir): |
| 193 parser.set('Planet', 'filter_directories', ' '.join(dirs+[filter_dir])) |
| 194 |
| 195 # Reading list support |
| global parser = <ConfigParser.ConfigParser instance>, parser.set = <bound method ConfigParser.set of <ConfigParser.ConfigParser instance>>, ' '.join undefined, dirs = [], filter_dir = '/home/sa3ruby/intertwingly.net/code/venus/filters' |
| /usr/lib/python2.6/ConfigParser.py in set(self=<ConfigParser.ConfigParser instance>, section='Planet', option='filter_directories', value='/home/sa3ruby/intertwingly.net/code/venus/filters') |
| 375 sectdict = self._sections[section] |
| 376 except KeyError: |
| 377 raise NoSectionError(section) |
| 378 sectdict[self.optionxform(option)] = value |
| 379 |
| global NoSectionError = <class 'ConfigParser.NoSectionError'>, section = 'Planet' |
<class 'ConfigParser.NoSectionError'>: No section: 'Planet'
args =
("No section: 'Planet'",)
message =
"No section: 'Planet'"
section =
'Planet'