Other kdeutils/superkaramba reports: [API Documentation] [Krazy Code Checker]
Results for superkaramba
...as of July 26 2010 15:47:25 (SVN revision 1154906)
- Checking for well-formed XML...
--> -->
<type 'exceptions.OSError'>Python 2.6.2: /usr/bin/python
Mon Jul 26 15:47:25 2010A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/mnt/ebn/src/quality/sanitizer/check.py in () 138 printHeader(sys.argv[2], sys.argv[3], sys.argv[4], sys.argv[5])
139 import datetime
140 errors = checkFile(sys.argv[1], "as of %s (SVN revision %d)" % (datetime.datetime.now().strftime('%B %d %Y %T'), int(sys.argv[6])), sys.argv[2])
141 else:
142 printHeader()
errors = 0, checkFile = <function checkFile at 0x7f05ff687d70>, sys = <module 'sys' (built-in)>, sys.argv = ['/mnt/ebn/src/quality/sanitizer/check.py', '/mnt/ebn/src/kde-4.x/kdeutils/doc/superkaramba/index.docbook', 'Results for superkaramba', 'kde-4.x', 'kdeutils', 'superkaramba', '1154906'], datetime = <module 'datetime' from '/usr/lib64/python2.6/lib-dynload/datetime.so'>, datetime.datetime = <type 'datetime.datetime'>, datetime.datetime.now = <built-in method now of type object at 0x7f05fc79f760>, ).strftime undefined, builtin int = <type 'int'> /mnt/ebn/src/quality/sanitizer/check.py in checkFile(file='/mnt/ebn/src/kde-4.x/kdeutils/doc/superkaramba/index.docbook', srcStr='as of July 26 2010 15:47:25 (SVN revision 1154906)', title='Results for superkaramba') 52 for tool in tools:
53 print "<li><span class=\"toolmsg\">%s..." % tool.msg
54 errors = errors + tool.check(file)
55 print "</li>"
56 print "</ol>"
errors = 0, tool = <__main__.Tool instance at 0x7f05ff67f5a8>, tool.check = <bound method Tool.check of <__main__.Tool instance at 0x7f05ff67f5a8>>, file = '/mnt/ebn/src/kde-4.x/kdeutils/doc/superkaramba/index.docbook' /mnt/ebn/src/quality/sanitizer/check.py in check(self=<__main__.Tool instance at 0x7f05ff67f5a8>, fileName='/mnt/ebn/src/kde-4.x/kdeutils/doc/superkaramba/index.docbook') 21 cmd = string.replace(self.cmd, "%s", fileName)
22 print "<!-- %s -->" % cmd
23 p = subprocess.Popen(cmd.split(' '), 0, None, None, subprocess.PIPE)
24 status = p.wait()
25 if (status == 0):
p undefined, global subprocess = <module 'subprocess' from '/usr/lib64/python2.6/subprocess.pyc'>, subprocess.Popen = <class 'subprocess.Popen'>, cmd = 'tools/check-xml-syntax.sh /mnt/ebn/src/kde-4.x/kdeutils/doc/superkaramba/index.docbook', cmd.split = <built-in method split of str object at 0x7f05ff63f330>, builtin None = None, subprocess.PIPE = -1 /usr/lib64/python2.6/subprocess.py in __init__(self=<subprocess.Popen object at 0x7f05ff60c590>, args=['tools/check-xml-syntax.sh', '/mnt/ebn/src/kde-4.x/kdeutils/doc/superkaramba/index.docbook'], bufsize=0, executable=None, stdin=None, stdout=-1, stderr=None, preexec_fn=None, close_fds=False, shell=False, cwd=None, env=None, universal_newlines=False, startupinfo=None, creationflags=0) 593 p2cread, p2cwrite,
594 c2pread, c2pwrite,
595 errread, errwrite)
596
597 if mswindows:
errread = None, errwrite = None /usr/lib64/python2.6/subprocess.py in _execute_child(self=<subprocess.Popen object at 0x7f05ff60c590>, args=['tools/check-xml-syntax.sh', '/mnt/ebn/src/kde-4.x/kdeutils/doc/superkaramba/index.docbook'], executable='tools/check-xml-syntax.sh', preexec_fn=None, close_fds=False, cwd=None, env=None, universal_newlines=False, startupinfo=None, creationflags=0, shell=False, p2cread=None, p2cwrite=None, c2pread=3, c2pwrite=4, errread=None, errwrite=None) 1090 if fd is not None:
1091 os.close(fd)
1092 raise child_exception
1093
1094
child_exception = OSError(2, 'No such file or directory') <type 'exceptions.OSError'>: [Errno 2] No such file or directory
args = (2, 'No such file or directory')
child_traceback = 'Traceback (most recent call last):\n File "/usr/...st)\nOSError: [Errno 2] No such file or directory\n'
errno = 2
filename = None
message = ''
strerror = 'No such file or directory'