← Back to team overview

openerp-india team mailing list archive

[Bug 1003780] Re: [Trunk] Regression : due to rev no 6833 faced the error on google_doc

 

I don't think it is an OpenERP bug. Did you try something along the
lines of (in the same directory you're using to launch openerp):

  $ python
  >>> import gdata.docs.data

-- 
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


References