New issue 34 by r...@robs.com.br: AttributeError: 'module' object has no
attribute 'StringListSerialiser'
http://code.google.com/p/xappy/issues/detail?id=34
What steps will reproduce the problem?
1. cd xappy/unittests/
2. python facets.py
3.
What is the expected output? What do you see instead?
======================================================================
ERROR: test_facets (__main__.TestFacets)
----------------------------------------------------------------------
Traceback (most recent call last):
(..)
serialiser = xapian.StringListSerialiser(
AttributeError: 'module' object has no attribute 'StringListSerialiser'
----------------------------------------------------------------------
Ran 1 test in 0.014s
FAILED (errors=1)
What version of the product are you using? On what operating system?
Xapian 1.2.4
Xapian-bindings 1.2.4
Xappy 0.6.0
Gentoo 32 bits / Kernel 2.6.32.16 / Python 2.7 (got same error with python
2.6)
Please provide any additional information below.
this appears to be a problem for all current xapian releases (1.2.6, 1.2.7)
looks like this is because xappy isn't using xapian, but a fork of xapian.