-
Notifications
You must be signed in to change notification settings - Fork 77
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
Module Magento not found error #207
Comments
I have the same issue, but i'm using a debian 7.4, and i install openerp using the openerp apt command in the openerp official site. i read the magento_integration installation doc use the exact command that was in the doc. install pyton magento api using "pip install magento", and when i put the folder in the openerp addons path, i get this info on my log, and openerp doesn't work. if i disable magento_integration the openerp work fine. the log: 2014-04-01 04:53:11,973 18880 INFO ? openerp.service: Initiating shutdown |
I just downloaded the module and got the same issue as above. Can anyone please help to provide solution for this error? Thanks... |
run these command sudo apt-get install python-pip pip install magento |
Hi Atul, Thanks for your feedback. It worked for me. Can you please do me one more favor? Can you please let me know how can I generate Magento API keys to enter inside "Magento Instances" screen of OpenERP. Looking forward to your revert. Thanks... |
Sorry Sir.. I'm new to this and learning this technology... If you don't mind can you share complete steps as well as module with me On Wed, Apr 9, 2014 at 11:40 PM, theprovensupport
Thanks, |
i'm install "openerp all in one" in windows 8 i lose some steps ? |
you need to install python magento package on your system Download get-pip.py, being careful to save it as a .py file rather than .txt. Then, run it from the command prompt. |
i'm setup pip, magento, pycountry and copy it to server\server |
You should put your module here /usr/lib/pymodules/python2.7/openerp/addons unlike commonly misplaced to /usr/share/pyshared/openerp/addons change ownership: sudo chown -R root.root usr/lib/pymodules/python2.7/openerp/addons/module_name change permissions of the module: sudo chmod 755 /usr/lib/pymodules/python2.7/openerp/addons/module_name -R restart the server: sudo service openerp restart |
Magento is successfully installed in WAMP Server . Also magento connecter has been added.
Later downloaded the module 'magento_integration__develop' module and placed inside addons directory. Clicking upon update module of the openerp pops up following error .
module 'Magento' no found
The text was updated successfully, but these errors were encountered: