--> -->
 
 
<type 'exceptions.IOError'>
Python 2.7.5: /usr/bin/python
Thu Apr 25 08:29:18 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/dmc.py in ()
     22 cgitb.enable()
     23 
=>   24 log = open('/srv/www/simpleclimatemodel/source/greb/cgi-bin/tmp/log.txt', 'w')
     25 
     26 # Stuff for templates...
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'