Skip to content

Error: No module named aeroolib #6

@xtopheryang24

Description

@xtopheryang24

I Already did several installation of odoo and aeroo report in Ubuntu with no issues.
Currently im working with redhat, Odoo is already running, and aeroolib is installed.
However, when im trying to install report_aeroo module in Odoo, This Error will appear "No module named aeroolib".
This is the commands i executed with the installation of aeroolib:
sudo su root
git clone https://github.com/jamotion/aeroolib.git
cd aeroolib
python setup.py install

Does this issue have something about library path in report_aeroo module?
I found below code segment in report_aeroo module which i think is the cause of the issue:

from aeroolib import version as aeroolib_version
from aeroolib.plugins.opendocument import Template, OOSerializer

Maybe in Redhat, aeroolib is installed in different path?
Please verify if I understand the Issue correctly .
Should I edit some code from the above segment or should i just move the file location of aeroolib?
Any answer can help me, Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions