← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 771275] [NEW] with cherrypy 3.2.0, you get "character mapping must return integer, None or unicode"

 

Public bug reported:

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

** Affects: openobject-client-web
     Importance: Undecided
         Status: New

-- 
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


Follow ups

References