openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #11765
[Bug 1003780] [NEW] [Trunk] Regression : due to rev no 6833 faced the error on google_doc
Public bug reported:
Hello,
I can not start my web on embedded mode due to commit of 6833 of
google_doc on trunk.
I have faced the following error.
Traceback (most recent call last):
File "./openerp-server", line 257, in <module>
openerp.modules.module.load_openerp_module(m)
File "/home/amp/workspace/rdtools/server/trunk/openerp/modules/module.py", line 422, in load_openerp_module
getattr(sys.modules['openerp.addons.' + module_name], info['post_load'])()
File "/home/amp/workspace/rdtools/web/trunk/addons/web/__init__.py", line 29, in wsgi_postload
app = common.http.Root(o)
File "/home/amp/workspace/rdtools/web/trunk/addons/web/common/http.py", line 453, in __init__
static_dirs = self._load_addons(openerp_addons_namespace)
File "/home/amp/workspace/rdtools/web/trunk/addons/web/common/http.py", line 523, in _load_addons
m = __import__('openerp.addons.' + module)
File "/home/amp/workspace/rdtools/server/trunk/openerp/modules/module.py", line 142, in load_module
mod = imp.load_module('openerp.addons.' + module_part, f, path, descr)
File "/home/amp/workspace/rdtools/addons/trunk/google_docs/__init__.py", line 1, in <module>
import google_docs
File "/home/amp/workspace/rdtools/addons/trunk/google_docs/google_docs.py", line 30, in <module>
raise osv.except_osv(_('Google Docs Error!'), _('Please install gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list'))
except_osv: ('Google Docs Error!', 'Please install gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list')
2012-05-24 05:46:42,290 3368 INFO ? openerp: OpenERP server is running, waiting for connections...
This error msg show that I have to install python-gata-client but it's already installed on my system.
Thanks!
** Affects: openobject-addons
Importance: High
Assignee: OpenERP R&D Addons Team 1 (openerp-dev-addons1)
Status: Confirmed
** Summary changed:
- [Trunk] Regrassion : due to rev no 6833 faced the error on google_doc
+ [Trunk] Regression : due to rev no 6833 faced the error on google_doc
** Changed in: openobject-addons
Importance: Undecided => High
** Changed in: openobject-addons
Status: New => Confirmed
** Changed in: openobject-addons
Assignee: (unassigned) => OpenERP R&D Addons Team 1 (openerp-dev-addons1)
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1003780
Title:
[Trunk] Regression : due to rev no 6833 faced the error on google_doc
Status in OpenERP Addons (modules):
Confirmed
Bug description:
Hello,
I can not start my web on embedded mode due to commit of 6833 of
google_doc on trunk.
I have faced the following error.
Traceback (most recent call last):
File "./openerp-server", line 257, in <module>
openerp.modules.module.load_openerp_module(m)
File "/home/amp/workspace/rdtools/server/trunk/openerp/modules/module.py", line 422, in load_openerp_module
getattr(sys.modules['openerp.addons.' + module_name], info['post_load'])()
File "/home/amp/workspace/rdtools/web/trunk/addons/web/__init__.py", line 29, in wsgi_postload
app = common.http.Root(o)
File "/home/amp/workspace/rdtools/web/trunk/addons/web/common/http.py", line 453, in __init__
static_dirs = self._load_addons(openerp_addons_namespace)
File "/home/amp/workspace/rdtools/web/trunk/addons/web/common/http.py", line 523, in _load_addons
m = __import__('openerp.addons.' + module)
File "/home/amp/workspace/rdtools/server/trunk/openerp/modules/module.py", line 142, in load_module
mod = imp.load_module('openerp.addons.' + module_part, f, path, descr)
File "/home/amp/workspace/rdtools/addons/trunk/google_docs/__init__.py", line 1, in <module>
import google_docs
File "/home/amp/workspace/rdtools/addons/trunk/google_docs/google_docs.py", line 30, in <module>
raise osv.except_osv(_('Google Docs Error!'), _('Please install gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list'))
except_osv: ('Google Docs Error!', 'Please install gdata-python-client from http://code.google.com/p/gdata-python-client/downloads/list')
2012-05-24 05:46:42,290 3368 INFO ? openerp: OpenERP server is running, waiting for connections...
This error msg show that I have to install python-gata-client but it's already installed on my system.
Thanks!
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1003780/+subscriptions
Follow ups
References