| <type 'exceptions.OSError'> | Python 2.5.2: /usr/bin/python Sat Jul 4 04:17:36 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.
| /data/vhost/freesteel.co.uk/docs/cgi-bin/mundane.py in |
| 36 for ldir in [ unconfirmeddir, unconfirmeddir, confirmeddir, rejecteddir, logdir ]: |
| 37 if not os.path.isdir(ldir): |
| 38 os.mkdir(ldir) |
| 39 |
| 40 |
| os = <module 'os' from '/usr/lib/python2.5/os.pyc'>, os.mkdir = <built-in function mkdir>, ldir = '../uploads/mundanesf/unconfirmed' |
<type 'exceptions.OSError'>: [Errno 2] No such file or directory: '../uploads/mundanesf/unconfirmed'
args =
(2, 'No such file or directory')
errno =
2
filename =
'../uploads/mundanesf/unconfirmed'
message =
''
strerror =
'No such file or directory'