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

404 message on IE after copy this unzipped folder to addons #216

Open
masterbor opened this issue Apr 14, 2014 · 6 comments
Open

404 message on IE after copy this unzipped folder to addons #216

masterbor opened this issue Apr 14, 2014 · 6 comments
Labels

Comments

@masterbor
Copy link

Hi,
I downloaded the latest versión of OpenERP (Windows Version) and the zip file for openlabs/magento_integration from here.
After install OpenERP it works fine.
Then I uncompress and copy the magento_integration-develop folder into the addons folder and restart the OpenERP service. After that I see a 404 message on IE.

Log error extract:

2014-04-14 17:27:41,700 2632 CRITICAL ? openerp.modules.module: Couldn't load module web
2014-04-14 17:27:41,700 2632 CRITICAL ? openerp.modules.module: No module named magento
2014-04-14 17:27:41,700 2632 ERROR ? openerp.service: Failed to load server-wide module web.
The web module is provided by the addons found in the openerp-web project.
Maybe you forgot to add those addons in your addons_path configuration.
Traceback (most recent call last):
File "C:\Program Files (x86)\OpenERP 7.0-20140214-002644\Server\server.\openerp\service__init__.py", line 60, in load_server_wide_modules
File "C:\Program Files (x86)\OpenERP 7.0-20140214-002644\Server\server.\openerp\modules\module.py", line 415, in load_openerp_module
File "C:\Program Files (x86)\OpenERP 7.0-20140214-002644\Server\server\openerp\addons\web\http.py", line 628, in wsgi_postload
File "C:\Program Files (x86)\OpenERP 7.0-20140214-002644\Server\server\openerp\addons\web\http.py", line 517, in init
File "C:\Program Files (x86)\OpenERP 7.0-20140214-002644\Server\server\openerp\addons\web\http.py", line 580, in load_addons
File "C:\Program Files (x86)\OpenERP 7.0-20140214-002644\Server\server.\openerp\modules\module.py", line 133, in load_module
File "C:\Program Files (x86)\OpenERP 7.0-20140214-002644\Server\server\openerp\addons\magento_integration_develop__init__.py", line 9, in
File "C:\Program Files (x86)\OpenERP 7.0-20140214-002644\Server\server\openerp\addons\magento_integration_develop\magento_.py", line 17, in
ImportError: No module named magento

Can you help me?
Thanks in advance.
Regards.

@atuljain
Copy link

change the name of this folder "magento_integration" instead of "magento_integration_develop"

@masterbor
Copy link
Author

I rename the folder to "magento_integration", same problem…

De: Atul [mailto:[email protected]]
Enviado el: martes, 15 de abril de 2014 02:04 a.m.
Para: openlabs/magento_integration
CC: masterbor
Asunto: Re: [magento_integration] 404 message on IE after copy this unzipped folder to addons (#216)

change the name of this folder "magento_integration" instead of "magento_integration_develop"


Reply to this email directly or view it on GitHub #216 (comment) . https://github.com/notifications/beacon/7293527__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMzE1NzQ2MiwiZGF0YSI6eyJpZCI6Mjk5ODA3OTR9fQ==--8ec9060181606f7100dbd4c85eec2c5c5ad74462.gif

@atuljain
Copy link

Sorry you have to instll magento on your system
run this command
sudo apt-get install python-pip
pip install magento

@masterbor
Copy link
Author

Where I must run: pip install magento ?

PD: OpenERP is installed on Windows.

De: Atul [mailto:[email protected]]
Enviado el: martes, 15 de abril de 2014 09:22 a.m.
Para: openlabs/magento_integration
CC: masterbor
Asunto: Re: [magento_integration] 404 message on IE after copy this unzipped folder to addons (#216)

Sorry you have to instll magento on your system
run this command
pip install magento


Reply to this email directly or view it on GitHub #216 (comment) . https://github.com/notifications/beacon/7293527__eyJzY29wZSI6Ik5ld3NpZXM6QmVhY29uIiwiZXhwaXJlcyI6MTcxMzE4MzczMywiZGF0YSI6eyJpZCI6Mjk5ODA3OTR9fQ==--654aa81d363d30a18c2e8eca6f67d9f10f9138c0.gif

@atuljain
Copy link

actually i am not familar with windows but you can find it on google
might be you have to run this commands
python -m pip install -U pip but first download pip from python package

@atuljain
Copy link

you can find here
https://pypi.python.org/pypi/magento

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

No branches or pull requests

3 participants