v6 python-dateutil test not added in win32

Bug #660006 reported by GEM
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Web Client
Fix Released
Undecided
Unassigned

Bug Description

Hi,
recently python-dateutil has been add in client-web\setup.py, but it has not been add in client-web\win32\setup.py
Bye

Revision history for this message
GEM (nimp3) wrote :

I confirm,
without the package python-dateutil, service windows openerp couldn't start.

I add in def run (self):
in the list of test :
self._check_dateutil()
and add under function def _check_cherrypy(self): a new function:
def _check_dateutil(self):

        if self.check_module("dateutil"):
            return

        self.run_ez("python-dateutil==1.5")

now the package is not missing and service windows openerp web can be run.

Changed in openobject-client-web:
status: New → In Progress
assignee: nobody → Xavier (Open ERP) (xmo)
Changed in openobject-client-web:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.