with cherrypy 3.2.0, you get "character mapping must return integer, None or unicode"

Bug #771275 reported by Lorenzo Battistini
This bug report is a duplicate of:  Bug #731098: [6.0] Crashes on any view. Edit Remove
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Web Client
New
Undecided
Unassigned

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

Revision history for this message
DBR (OpenERP) (dbr-openerp) wrote :
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.