Python 2.5.2: /usr/bin/python
Mon May 11 16:47:57 2009
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/data/www/virtual/mailadm.sikkerhed.org/cgi-bin/aliases.py in ()
34 | %s |
35
36 """ % tuple(map(escape, map(str, (username, fk_domain, username, fk_domain, target, username, fk_domain, target, target, enabled, description))))
37 print """
38
table undefined
: 'ascii' codec can't encode character u'\xe6' in position 1: ordinal not in range(128)
args = ('ascii', u't\xe6sd@t\xe6sd.dk', 1, 2, 'ordinal not in range(128)')
encoding = 'ascii'
end = 2
message = ''
object = u't\xe6sd@t\xe6sd.dk'
reason = 'ordinal not in range(128)'
start = 1