| OSError | Python 2.4.4: /usr/bin/python Sat Nov 22 08:56:26 2008 |
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 |
| 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.4/os.pyc'>, os.mkdir = <built-in function mkdir>, ldir = '../uploads/mundanesf/unconfirmed' |
OSError: [Errno 2] No such file or directory: '../uploads/mundanesf/unconfirmed'
args =
(2, 'No such file or directory')
errno =
2
filename =
'../uploads/mundanesf/unconfirmed'
strerror =
'No such file or directory'