Sorry, truncated title.
Benoit Thiell wrote:
Hi,
I was running the bibupload regression tests and came across an error in
the test "bibupload - simple FFT insert, check md5 through
BibRecDocs.str()".
After some investigation, the cause of the error is that the python
module "magic" does not have a method open() (in
bibdocfile._get_magic_cookies).
The problem is that python-magic is not readily available on CentOS and
I had to install it from a package that I found here:
http://pypi.python.org/pypi/python-magic/0.1
So which version of python-magic is recommended for Invenio and where
can I find it?
Benoit.