--> -->
 
 
<type 'exceptions.IOError'>
Python 2.5.1: /System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/Python
Sat Jul 4 23:20:25 2009

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

 /Users/ajh/Sites/cgi-bin/index.py in ()
  431 
  432 # write updated counter document
  433 counterFile=open(counterName,'w')
  434 domString=dom.toxml()
  435 counterFile.write(domString)
counterFile = <closed file '/home/ajh/local/localhost/counters/professional-index', mode 'r' at 0x2c90b0>, builtin open = <built-in function open>, counterName = '/home/ajh/local/localhost/counters/professional-index'

<type 'exceptions.IOError'>: [Errno 13] Permission denied: '/home/ajh/local/localhost/counters/professional-index'