ingadhoc / odoo-infrastructure

odoo Infrastructure Management
GNU Affero General Public License v3.0
31 stars 46 forks source link

No module named fabtools.deb #9

Closed Yenthe666 closed 9 years ago

Yenthe666 commented 9 years ago

Hi guys

First error I ran into with a copy from the code of today when I try to install the modules:

Error screen

When I do pip checks on both fabric and erppeek they are both there:

Dependencies

Am I missing something or?

jjscarafia commented 9 years ago

wow, that's strange... don't knwo how to help :(... Are you running odoo in a virtualenv? have you install this dependencies in that env? Try to make this imports in python console and see what you get.

Yenthe666 commented 9 years ago

@jjscarafia my Odoo is running on a virtualized Ubuntu 14.04 (which runs on VMware player) I've installed both erppeek and fabric through the terminal. What exactly do you mean by importing through Python console? Do you mean creating a new Python file with the import and execute that file to test it?

Yenthe666 commented 9 years ago

@jjscarafia fixed! I did not have the lib fabtools.. Perhaps this should also be included in the https://github.com/ingadhoc/odoo-infrastructure/blob/8.0/requirements.txt file? It should install fabtools (sudo pip install fabtools) or your module will not work. See https://pypi.python.org/pypi/fabtools/0.19.0

jjscarafia commented 9 years ago

Closed on issue https://github.com/ingadhoc/odoo-infrastructure/commit/9b8f6e6bc5e654f90d761f673df37115f9810296 Thanks for the suggestion!

Yenthe666 commented 9 years ago

@jjscarafia looks perfect! And no problem.