• Hello,

    after installing the module dependecies (Connector and Connector for e-commerce) in Odoo, when I try to install Woocommerce add-on from online repository, the installation fails:

    **********
    File “C:\Users\gezquerra\AppData\Local\OpenERP S.A.\Odoo\addons\8.0\woocommerceerpconnect\__init__.py”, line 22, in <module>
    File “C:\Users\gezquerra\AppData\Local\OpenERP S.A.\Odoo\addons\8.0\woocommerceerpconnect\model\__init__.py”, line 22, in <module>
    File “C:\Users\gezquerra\AppData\Local\OpenERP S.A.\Odoo\addons\8.0\woocommerceerpconnect\model\backend.py”, line 23, in <module>
    ImportError: No module named woocommerce
    ************

    Please, can you help me?

    Thank you.

    https://wordpress.org/plugins/connector-woo-odoo/

Viewing 3 replies - 1 through 3 (of 3 total)
  • its a disappoitment, doesnt work…

    I have been trying to setup the same kind of environment since the past hours
    on Windows 7 32 bits
    Odoo V8

    What I did so far:
    1. pip install woocommerce (in Command line,…seems it worked fine)
    2. installed dependencies : connector, sales_payment_method_automatic_work etc (That went well to)
    3. Now when I pushed folder woocommerceerpconnect or connector_woocommerce (newer version) of the connector in the addons folder, Odoo is not rendering properly, the interface is crippled, without styling and almost no content.

    Therefore I must remove the folder and restart the server to be back to normal again. So I am stuck.

    Any clue on your side?

    Hey, this is because you are missing the woocommerce python module.

    Run pip install woocommerce on your terminal and restart Odoo with service odoo-server restart. If you don’t have pip, check out the installation instructions here: https://pip.pypa.io/en/stable/installing/.

    If you still get the same error, run pip install woocommerce –upgrade, restart your odoo server and it should work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error installing Odoo side’ is closed to new replies.