| <type 'exceptions.OSError'> | Python 2.6.6: /usr/bin/python Tue May 21 09:25:24 2013 |
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/neale/public_html/tartans/design.cgi in |
| 8 import sys |
| 9 |
| 10 os.chdir(os.path.dirname(sys.argv[0])) |
| 11 |
| 12 f = cgi.FieldStorage() |
| os = <module 'os' from '/usr/lib/python2.6/os.pyc'>, os.chdir = <built-in function chdir>, os.path = <module 'posixpath' from '/usr/lib/python2.6/posixpath.pyc'>, os.path.dirname = <function dirname>, sys = <module 'sys' (built-in)>, sys.argv = ['design.cgi'] |
<type 'exceptions.OSError'>: [Errno 2] No such file or directory: ''
args =
(2, 'No such file or directory')
errno =
2
filename =
''
message =
''
strerror =
'No such file or directory'