12/04/2014
BibReview 0.2
BibReview is a software for managing bibliographic database. Here is the latest version 0.2. This version fixes several bugs occurring when merging bases in different languages. It is now availabe on PyPI : https://pypi.python.org/pypi/BibReview !
Hi,
I just noticed that the setup.py is causing some troubles on OSX.
for mo_file in glob.glob(os.path.abspath(os.path.join(HERE, "locale",
lang = os.path.dirname(mo_file).split(os.sep)[-2] data_files.append( (os.path.join("/", "usr", "share", "locale", lang,
"LC_MESSAGES"), [mo_file]) ) else:
tries to create /usr/share/locale/en which is not possible unfortunately.
As I can not program python, it would be nice if you could provide any guidance or fix to this strange issue.
Kind Regards Lukas