Hi Guys,

I havent seen this error before and not really sure what to make of
it. If somebody could be so kind and enlighten me on this that would
be dandy.

Exception happened during processing of request from
Traceback (most recent call last):
  File "/usr/local/lib/python2.5/site-packages/Paste-1.7.2-py2.5.egg/
paste/httpserver.py", line 1062, in process_request_in_thread
    self.finish_request(request, client_address)
  File "/usr/local/lib/python2.5/SocketServer.py", line 254, in
finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "/usr/local/lib/python2.5/SocketServer.py", line 522, in
__init__
    self.handle()
  File "/usr/local/lib/python2.5/site-packages/Paste-1.7.2-py2.5.egg/
paste/httpserver.py", line 436, in handle
    BaseHTTPRequestHandler.handle(self)
  File "/usr/local/lib/python2.5/BaseHTTPServer.py", line 316, in
handle
    self.handle_one_request()
  File "/usr/local/lib/python2.5/site-packages/Paste-1.7.2-py2.5.egg/
paste/httpserver.py", line 431, in handle_one_request
    self.wsgi_execute()
  File "/usr/local/lib/python2.5/site-packages/Paste-1.7.2-py2.5.egg/
paste/httpserver.py", line 287, in wsgi_execute
    self.wsgi_start_response)
  File "/usr/local/lib/python2.5/site-packages/Paste-1.7.2-py2.5.egg/
paste/cascade.py", line 117, in __call__
    v = app(environ_copy, repl_start_response)
  File "/usr/local/lib/python2.5/site-packages/Paste-1.7.2-py2.5.egg/
paste/urlparser.py", line 487, in __call__
    return fa(environ, start_response)
  File "/usr/local/lib/python2.5/site-packages/Paste-1.7.2-py2.5.egg/
paste/fileapp.py", line 103, in __call__
    return exc(environ, start_response)
  File "/usr/local/lib/python2.5/site-packages/Paste-1.7.2-py2.5.egg/
paste/httpexceptions.py", line 258, in wsgi_application
    headers, content = self.prepare_content(environ)
  File "/usr/local/lib/python2.5/site-packages/Paste-1.7.2-py2.5.egg/
paste/httpexceptions.py", line 236, in prepare_content
    content = self.plain(environ)
  File "/usr/local/lib/python2.5/site-packages/Paste-1.7.2-py2.5.egg/
paste/httpexceptions.py", line 213, in plain
    body = self.make_body(environ, strip_html(self.template),
no_quote)
  File "/usr/local/lib/python2.5/site-packages/Paste-1.7.2-py2.5.egg/
paste/httpexceptions.py", line 209, in make_body
    return template % args
UnicodeDecodeError: 'ascii' codec can't decode byte 0xac in position
2: ordinal not in range(128)

thanks,
Garyc

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en.

Reply via email to