Opened 10 years ago
Closed 10 years ago
#597 closed defect (wontfix)
python error while accessing on the http://192.168.1.XX link
Reported by: | anonymous | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | 0.7 |
Component: | General | Version: | 0.6 |
Keywords: | Cc: |
Description (last modified by rjollos)
Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/Trac-0.11.7-py2.6.egg/trac/web/api.py", line 376, in send_error 'text/html') File "/usr/lib/python2.6/site-packages/Trac-0.11.7-py2.6.egg/trac/web/chrome.py", line 790, in render_template location=location)) TracError: Genshi UnicodeEncodeError error while rendering template '/usr/lib/python2.6/site-packages/Trac-0.11.7-py2.6.egg/trac/templates/layout.html', line 12, char -1
Change History (3)
comment:1 Changed 10 years ago by fschwarz
comment:2 Changed 10 years ago by rjollos
- Description modified (diff)
comment:3 Changed 10 years ago by hodgestar
- Resolution set to wontfix
- Status changed from new to closed
Assuming fschwarz comment is accurate and closing. Please re-open if this needs further investigation.
Note: See
TracTickets for help on using
tickets.
I think your ancient version of Trac (0.11.7) does not support Genshi 0.7 (especially due to the default encoding change in Genshi 0.7). Try using an older version of Genshi or upgrade Trac to a more recent version.