| <type 'exceptions.IOError'> | Python 2.6.5: /usr/bin/python Sun Feb 5 11:05:27 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.
| /home/xmlschemata/downloads/python/xvif/tryRegFrag.cgi in |
| 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 = <built-in function open> |
<type 'exceptions.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'
message =
''
strerror =
'No such file or directory'