| IOError | Python 2.4.2: /usr/bin/python Fri Jul 25 09:44:52 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.
| /home/xmlschemata/downloads/python/xvif/tryRegFrag.cgi |
| 81 rulesstr = form["rules"].value |
| 82 else: |
| 83 file = open("tests/regfrag/001/c-trans.xml", "r") |
| 84 rulesstr = file.read() |
| 85 file.close() |
| builtin file = <type 'file'>, builtin open = <type 'file'> |
IOError: [Errno 2] No such file or directory: 'tests/regfrag/001/c-trans.xml'
args =
(2, 'No such file or directory')
errno =
2
filename =
'tests/regfrag/001/c-trans.xml'
strerror =
'No such file or directory'