| IOError | Python 2.3.5: /usr/bin/python Sat Mar 13 04:24:02 2010 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /home/.halston/mdweb/manageddreams.com/slvoting/index.cgi |
| 15 import SLAvActivation |
| 16 |
| 17 logfile = open( "/home/mdweb/local/var/logs/slvoting/indexcgi.log", "a" ) |
| 18 |
| 19 bDebugOn = True |
| logfile undefined, builtin open = <type 'file'> |
IOError: [Errno 2] No such file or directory: '/home/mdweb/local/var/logs/slvoting/indexcgi.log'
args =
(2, 'No such file or directory')
errno =
2
filename =
'/home/mdweb/local/var/logs/slvoting/indexcgi.log'
strerror =
'No such file or directory'