Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: No module named aeroolib #6

Open
xtopheryang24 opened this issue Nov 6, 2015 · 0 comments
Open

Error: No module named aeroolib #6

xtopheryang24 opened this issue Nov 6, 2015 · 0 comments

Comments

@xtopheryang24
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant