You are here: Home / Debian GNU/Linux / System / Software / Install Aeroo Reports library (aeroolib) on Debian

Install Aeroo Reports library (aeroolib) on Debian

by Pierre-Yves Landuré last modified Oct 06, 2013 09:00

Aeroo is a python library for report generation. It is used by some OpenERP addons.

This howto is tested on:

  • Debian 7.0 Wheezy

This howto is tested with theses aerolib versions:

  • 1.0.0

Installation

Download the software latest sources by using sf-downloader script:

command wget 'https://raw.github.com/biapy/howto.biapy.com/master/various/sf-downloader' \
--quiet --no-check-certificate --output-document='/tmp/sf-downloader'
command chmod +x '/tmp/sf-downloader'
SOURCE="$(/tmp/sf-downloader --tgz \
--generic='https://launchpad.net/aeroolib' \
'aeroolib' 'aeroolib.tar.gz')"

Install the library:

command python2.7 "${SOURCE}/setup.py" build
command python2.7 "${SOURCE}/setup.py" install
command python2.6 "${SOURCE}/setup.py" build
command python2.6 "${SOURCE}/setup.py" install

Delete the sources:

command rm -r "${SOURCE}"

Thanks