Pastebin
Paste #1302: encoding
< previous paste - next paste>
Pasted by tdn
<type 'exceptions.UnicodeEncodeError'> 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 <td>%s</td>
35 </tr>
36 """ % tuple(map(escape, map(str, (username, fk_domain, username, fk_domain, target, username, fk_domain, target, target, enabled, description))))
37 print """</table>
38
table undefined
<type 'exceptions.UnicodeEncodeError'>: '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
New Paste
Go to most recent paste.