tags 476169 patch thanks Attached is a patch which fixes this bug.
thanks, stew
diff -ruN capisuite-0.4.5.orig/debian/patches/python2.5-fix-build.diff capisuite-0.4.5/debian/patches/python2.5-fix-build.diff --- capisuite-0.4.5.orig/debian/patches/python2.5-fix-build.diff 1969-12-31 19:00:00.000000000 -0500 +++ capisuite-0.4.5/debian/patches/python2.5-fix-build.diff 2008-04-17 09:41:44.000000000 -0400 @@ -0,0 +1,11 @@ +--- src/application/pythonscript.cpp.orig 2008-04-17 09:33:52.000000000 -0400 ++++ src/application/pythonscript.cpp 2008-04-17 09:35:07.000000000 -0400 +@@ -99,7 +99,7 @@ + if ( !(py_traceback=cStringIO->cgetvalue(catch_stderr)) ) + throw ApplicationError("unable to get traceback","PythonScript::run()"); + +- int length; ++ Py_ssize_t length; + char *traceback; + if (PyString_AsStringAndSize(py_traceback, &traceback, &length)) + throw ApplicationError("unable to convert traceback to char*","PythonScript::run()");
signature.asc
Description: Digital signature