--> --> -->
 
 
<type 'exceptions.IOError'>
Python 2.6.5: /usr/bin/python
Mon May 21 14:24:09 2012

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/inamidst.com/stuff/changes/index.cgi in ()
    8 import sys, os, re, tarfile
    9 
   10 import changes
   11 
   12 r_month = re.compile(r'^\d{4}-\d{2}$')
changes undefined
 /home/sbp/Dropbox/inamidst.com/stuff/changes/changes.py in ()
   13 
   14 htlogdir = os.path.join(docroot, 'odds/.htlogdir')
   15 logdir = open(htlogdir).read()
   16 logdir = logdir.replace('$DOCUMENT_ROOT', docroot)
   17 logdir = logdir.strip()
logdir undefined, builtin open = <built-in function open>, htlogdir = None, ).read undefined

<type 'exceptions.IOError'>: [Errno 2] No such file or directory: '/var/www/inamidst.com/odds/.htlogdir'
      args = (2, 'No such file or directory')
      errno = 2
      filename = '/var/www/inamidst.com/odds/.htlogdir'
      message = ''
      strerror = 'No such file or directory'