--> --> -->
 
 
<type 'exceptions.OSError'>
Python 2.6.6: /usr/bin/python
Sat Feb 4 18:22:39 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.

 /data/vhost/freesteel.co.uk/freesteel_www/cgi-bin/mundane.py in ()
   35 for ldir in [ unconfirmeddir, unconfirmeddir, confirmeddir, rejecteddir, logdir ]:
   36     if not os.path.isdir(ldir):
   37         os.mkdir(ldir)
   38 
   39 
os = <module 'os' from '/usr/lib/python2.6/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'