Edgewall Software

Changes between Initial Version and Version 1 of Ticket #3908


Ignore:
Timestamp:
Oct 11, 2006, 8:10:23 AM (18 years ago)
Author:
Christian Boos
Comment:

Do you mean, you can get into Trac (e.g. see the WikiStart page) and only when you click on such links (TracTickets or TracChangeset) you get these errors, or do you get them right away?

Also, what's the path to the TracEnvironment?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3908

    • Property Keywords unicode added
    • Property Owner changed from Christian Boos to Jonas Borgström
    • Property Component changeset viewgeneral
    • Property Priority normalhigh
  • Ticket #3908 – Description

    initial v1  
    11I just installed Trac 0.10 on linux (built from source) running with mod_python and python2.4.  The 'TracTickets' link throws the following traceback:
    2 
     2{{{
    33Traceback (most recent call last):
    44  File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 356, in dispatch_request
     
    1717    return _compile(pattern, 0).sub(repl, string, count)
    1818UnicodeDecodeError: 'ascii' codec can't decode byte 0x93 in position 4: ordinal not in range(128)
     19}}}
    1920
    2021TracChangeset throws a similar traceback:
    21 
     22{{{
    2223Traceback (most recent call last):
    2324  File "/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 356, in dispatch_request
     
    3435    self.buf += ''.join(self.buflist)
    3536UnicodeDecodeError: 'ascii' codec can't decode byte 0x93 in position 50: ordinal not in range(128)
     37}}}