c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #22798
[Bug 771275] Re: with cherrypy 3.2.0, you get "character mapping must return integer, None or unicode"
*** This bug is a duplicate of bug 731098 ***
https://bugs.launchpad.net/bugs/731098
https://bugs.launchpad.net/openobject-client-web/+bug/731098/comments/5
** This bug has been marked a duplicate of bug 731098
[6.0] Crashes on any view
* You can subscribe to bug 731098 by following this link: https://bugs.launchpad.net/openobject-client-web/+bug/731098/+subscribe
--
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/771275
Title:
with cherrypy 3.2.0, you get "character mapping must return integer,
None or unicode"
Status in OpenERP Web Client:
New
Bug description:
openerp-web 6.0.2, revno 4591
If you run lib/populate.sh , cherrypy 3.2.0 will be downloaded.
Then, if you try to open any dashboard, tree or form view, openerp-web will say
"<type 'exceptions.TypeError'>: character mapping must return integer, None or unicode
args = ('character mapping must return integer, None or unicode',)
message = 'character mapping must return integer, None or unicode'
It can be solved replacing
install "CherryPy>=3.1.2" "-d cherrypy"
with
install "CherryPy==3.1.2" "-d cherrypy"
within populate.sh
References