← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 693298] Re: [6.0-Rc1] Web client error on starting

 

It's funny that if I change the server (openerp-server) port to the default (8069/8070) then the same error happens.
Could it be that there are incompatibility between openerp-server and openerp-client-web?

What version of openerp-server is working for you? Mine is 3152
launchpad_translations_on_behalf_of_openerp-20101227043834-t90thu9ci1o5e3v8

$ bzr version-info
revision-id: launchpad_translations_on_behalf_of_openerp-20101227043834-t90thu9ci1o5e3v8
date: 2010-12-27 04:38:34 +0000
build-date: 2010-12-27 18:48:25 +0700
revno: 3152
branch-nick: server

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

Title:
  [6.0-Rc1] Web client error on starting

Status in OpenObject Web Client:
  Fix Released

Bug description:
  Hello,
I just updated the web client with the last revision. When I start a new session, here's the error displayed in the server (nothing at client's side) .


[22/Dec/2010:09:26:53]  Syntax error while loading translation for locale "sr@latin" from addon "/usr/local/lib/python2.6/dist-packages/openerp_web-6.0.0_rc1-py2.6.egg/addons/view_diagram"
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/openerp_web-6.0.0_rc1-py2.6.egg/openobject/i18n/_gettext.py", line 78, in _load_translations
    tr = _load_translation(path, locale, domain)
  File "/usr/local/lib/python2.6/dist-packages/openerp_web-6.0.0_rc1-py2.6.egg/openobject/i18n/_gettext.py", line 67, in _load_translation
    locale_path, [locale], domain)
  File "/usr/lib/pymodules/python2.6/babel/support.py", line 309, in load
    return cls(fileobj=open(filename, 'rb'), domain=domain)
  File "/usr/lib/pymodules/python2.6/babel/support.py", line 283, in __init__
    gettext.GNUTranslations.__init__(self, fp=fileobj)
  File "/usr/lib/python2.6/gettext.py", line 180, in __init__
    self._parse(fp)
  File "/usr/lib/python2.6/gettext.py", line 315, in _parse
    self.plural = c2py(plural)
  File "/usr/lib/python2.6/gettext.py", line 126, in c2py
    return eval('lambda n: int(%s)' % plural)
  File "<string>", line 1
    lambda n: int((test(n%10==1  and  n%100!=11 ,  0 , test( n%10>=2  and  n%10< =4  and  (n%100<10  or  n%100>=20) ,  1 ,  2))))
                                                                                 ^
SyntaxError: invalid syntax





References