Changes between Initial Version and Version 1 of Ticket #12886


Ignore:
Timestamp:
Sep 30, 2016, 11:33:22 AM (8 years ago)
Author:
Jun Omae
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12886 – Description

    initial v1  
    11The stack trace looks like this:
    2 
     2{{{
    33File "/usr/local/lib/python2.7/dist-packages/trac/web/main.py", line 562, in _dispatch_request
    44  dispatcher.dispatch(req)
     
    2121File "/usr/local/lib/python2.7/dist-packages/genshi/input.py", line 337, in _generate
    2222  raise UnicodeError("source returned bytes, but no encoding specified")
    23 
     23}}}
    2424This error should be caused by a missing adaptation for Genshi 0.7, the attached patch should solve the problem.