← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 881766] Re: [6.0.3] Can't install base_calendar module in Windows Auto-Installer GTK Client

 

Hello Tom,

I have checked your issue with latest updated code with window 7 but I
didn't face any problem.

Stable-6
=======
Server - 3528
Gtk - 1909
Addons - 4903

Would you please try again with updated code and informed us where you
faced the problem.

Thanks and waiting for your reply.

** Changed in: openobject-client
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/881766

Title:
  [6.0.3] Can't install base_calendar module in Windows Auto-Installer
  GTK Client

Status in OpenERP GTK Client:
  Incomplete

Bug description:
  Platforms: 
  OpenERP Server 6.0.3 on Red Hat Linux built from source 
  PosgreSQL 9.1.1 on Red Hat Linux build from source
  OpenERP GTK Client 6.0.3 Auto-installer on Windows Server 2008 R2 Enterprise

  When trying to install the base_calendar module, the error below is
  received.  Other modules installed without any issues.

  I found this error when trying to install the CRM module and isolated
  the error to base_calendar.  I did not determine if other modules
  yield the same error.

  Environment Information : 
  System : Windows-Vista-6.1.7601-SP1
  OS Name : nt
  Operating System Release : Vista
  Operating System Version : 6.1.7601
  Operating System Architecture : 32bit
  Operating System Locale : en_US.cp1252
  Python Version : 2.5.2
  OpenERP-Client Version : 6.0.3
  Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last):
    File "/usr/local/lib/python2.7/site-packages/openerp-server/netsvc.py", line 489, in dispatch
      result = ExportService.getService(service_name).dispatch(method, auth, params)
    File "/usr/local/lib/python2.7/site-packages/openerp-server/service/web_services.py", line 599, in dispatch
      res = fn(db, uid, *params)
    File "/usr/local/lib/python2.7/site-packages/openerp-server/osv/osv.py", line 122, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/usr/local/lib/python2.7/site-packages/openerp-server/osv/osv.py", line 176, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/usr/local/lib/python2.7/site-packages/openerp-server/osv/osv.py", line 167, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/usr/local/lib/python2.7/site-packages/openerp-server/addons/base/module/wizard/base_module_upgrade.py", line 98, in upgrade_module
      _db, pool = pooler.restart_pool(cr.dbname, update_module=True)
    File "/usr/local/lib/python2.7/site-packages/openerp-server/pooler.py", line 60, in restart_pool
      return get_db_and_pool(db_name, force_demo, status, update_module=update_module)
    File "/usr/local/lib/python2.7/site-packages/openerp-server/pooler.py", line 39, in get_db_and_pool
      addons.load_modules(db, force_demo, status, update_module)
    File "/usr/local/lib/python2.7/site-packages/openerp-server/addons/__init__.py", line 883, in load_modules
      processed_modules.extend(load_module_graph(cr, graph, status, report=report, skip_modules=processed_modules))
    File "/usr/local/lib/python2.7/site-packages/openerp-server/addons/__init__.py", line 716, in load_module_graph
      register_class(package.name)
    File "/usr/local/lib/python2.7/site-packages/openerp-server/addons/__init__.py", line 450, in register_class
      imp.load_module(m, *fm)
    File "/usr/local/lib/python2.7/site-packages/openerp-server/addons/base_calendar/__init__.py", line 22, in <module>
      import base_calendar
    File "/usr/local/lib/python2.7/site-packages/openerp-server/addons/base_calendar/base_calendar.py", line 24, in <module>
      from dateutil import rrule
    File "/usr/local/lib/python2.7/site-packages/python_dateutil-2.0-py2.7.egg/dateutil/rrule.py", line 13, in <module>
      import _thread
  ImportError: No module named _thread

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-client/+bug/881766/+subscriptions


References