Dear Pootle team,

I have installed Pootle 2.1.6 over Apache on our Ubuntu 11 server.
It is a clean install.
I have downloaded the package and copied its contents to the server public
folder.
It all goes very well.
After opening Pootle front page I see Terminology and Tutorial projects and
all default languages.

However, when I'm trying to login I get the error I have quoted below.

"UnicodeDecodeError: 'ascii' codec can't decode byte 0xe1 in position 551:
ordinal not in range(128)"

The same error displayed when I'm trying to translate strings in
Terminologogy project for example.


I'm sorry if this question has already been asked, but I was not able to
find anything similar on the list.
I've spent several hours trying to find a solution - but no luck.
What could go wrong?
Please help.

Django: 1.2.2
Python: 2.7.2


-------------------------------------------
MOD_PYTHON ERROR

ProcessId:      26528
Interpreter:    'pootle'

ServerName:     '** privacy **'
DocumentRoot:   '/var/www'

URI:            '/pootle/accounts/login/'
Location:       '/pootle'
Directory:      None
Filename:       '/var/www/pootle/wsgi.py'
PathInfo:       '/accounts/login/'

Phase:          'PythonHandler'
Handler:        'django.core.handlers.modpython'

Traceback (most recent call last):

  File "/usr/lib/python2.7/dist-packages/mod_python/importer.py", line
1537, in HandlerDispatch
    default=default_handler, arg=req, silent=hlist.silent)

  File "/usr/lib/python2.7/dist-packages/mod_python/importer.py", line
1229, in _process_target
    result = _execute_target(config, req, object, arg)

  File "/usr/lib/python2.7/dist-packages/mod_python/importer.py", line
1128, in _execute_target
    result = object(arg)

  File
"/usr/local/lib/python2.7/dist-packages/django/core/handlers/modpython.py",
line 228, in handler
    return ModPythonHandler()(req)

  File
"/usr/local/lib/python2.7/dist-packages/django/core/handlers/modpython.py",
line 205, in __call__
    response = middleware_method(request, response)

  File "/usr/local/lib/python2.7/dist-packages/django/middleware/csrf.py",
line 276, in process_response
    resp2 = self.response_middleware.process_response(request, resp)

  File "/usr/local/lib/python2.7/dist-packages/django/middleware/csrf.py",
line 242, in process_response
    response.content, n = _POST_FORM_RE.subn(add_csrf_field,
response.content)

UnicodeDecodeError: 'ascii' codec can't decode byte 0xe1 in position 551:
ordinal not in range(128)
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Translate-pootle mailing list
Translate-pootle@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/translate-pootle

Reply via email to