--> -->
 
 
<type 'exceptions.IOError'>
Python 2.7.5: /usr/bin/python
Fri Apr 26 00:46:08 2024

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /var/www/html/mscm/greb/cgi-bin/rsp_dcnstrct.py in ()
     29 cgitb.enable()
     30 
=>   31 log = open('/srv/www/simpleclimatemodel/source/greb/cgi-bin/tmp/log.txt', 'w')
     32 
     33 # To send errors to a log, uncomment the following line:
log undefined, builtin open = <built-in function open>

<type 'exceptions.IOError'>: [Errno 2] No such file or directory: '/srv/www/simpleclimatemodel/source/greb/cgi-bin/tmp/log.txt'
      args = (2, 'No such file or directory')
      errno = 2
      filename = '/srv/www/simpleclimatemodel/source/greb/cgi-bin/tmp/log.txt'
      message = ''
      strerror = 'No such file or directory'