Displaying 1 result from an estimated 1 matches for "pyswigobject_repr".
2005 Jun 15
1
Python 2.1 bindings
I'm having a problem compiling the python 2.1 packages for release 0.9.1
- I get many errors along the lines of:
../../python/olde/xapian_wrap.cc: In function `PyObject*
PySwigObject_repr(PySwigObject*)':
../../python/olde/xapian_wrap.cc:664: error: `PyString_FromFormat'
undeclared
(first use this function)
On further investigation, the copies of xapian_wrap.cc in the olde and
modern subdirectories of the python binding sources are identical. I
suspect that something ha...