| <class 'ConfigParser.NoSectionError'> | Python 2.6.6: /usr/bin/python Fri Feb 28 17:57:21 2020 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /srv/www/simpleclimatemodel/source/mscm/greb/cgi-bin/rsp_dcnstrct_i18n.py in |
| 240 pathToScripts = '../../greb/images/' + pathToImages + '/' |
| 241 scriptUrl='<a href=\''+pathToScripts+'plot.map.gs'+'\' download>Grads graphic script</a>' |
| 242 referenceDataFileUrlbin ='<a href=\''+referenceDataFile+'\' download>bin</a> <a href=\''+referenceDataFile.replace(".bin", ".ctl")+'\' download>ctl</a> ' + config.get('DownloadData', 'dataFile') |
| 243 referenceDataFileUrlnetcdf ='<a href=\''+referenceDataFile.replace('.bin','.nc')+'\' download>NetCDF</a> ' + config.get('DownloadData', 'dataFile') |
| 244 sensitityDataFileUrlbin ='<a href=\''+sensitityDataFile+'\' download>bin</a> <a href=\''+sensitityDataFile.replace(".bin", ".ctl")+'\' download>ctl</a> ' + config.get('DownloadData', 'dataFile') |
| referenceDataFileUrlbin undefined, referenceDataFile = '../../greb/grads/data/response.exp-0000000000.2xCO2.bin', referenceDataFile.replace = <built-in method replace of str object>, config = <ConfigParser.RawConfigParser instance>, config.get = <bound method RawConfigParser.get of <ConfigParser.RawConfigParser instance>> |
| /usr/lib64/python2.6/ConfigParser.py in get(self=<ConfigParser.RawConfigParser instance>, section='DownloadData', option='dataFile') |
| 319 if section not in self._sections: |
| 320 if section != DEFAULTSECT: |
| 321 raise NoSectionError(section) |
| 322 if opt in self._defaults: |
| 323 return self._defaults[opt] |
| global NoSectionError = <class 'ConfigParser.NoSectionError'>, section = 'DownloadData' |
<class 'ConfigParser.NoSectionError'>: No section: 'DownloadData'
args =
("No section: 'DownloadData'",)
message =
"No section: 'DownloadData'"
section =
'DownloadData'