next = web.ctx.path + '?' +
urllib.urlencode(web.input())
File "/usr/lib64/python2.5/urllib.py", line 1250, in
urlencode
v =
quote_plus(str(v))
UnicodeEncodeError: 'ascii' codec can't encode character u'\xd1' in position
19: ordinal not in range(128)
next = web.ctx.path + '?' +
urllib.urlencode(web.input())
File "/usr/lib64/python2.5/urllib.py", line 1250, in
urlencode
v =
quote_plus(str(v))
UnicodeEncodeError: 'ascii' codec can't encode character u'\xf3' in position
41: ordinal not in range(128)
next = web.ctx.path + '?' +
urllib.urlencode(web.input())
File "/usr/lib64/python2.5/urllib.py", line 1250, in
urlencode
v =
quote_plus(str(v))
UnicodeEncodeError: 'ascii' codec can't encode character u'\xd1' in position
19: ordinal not in range(128)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---