I am using debian 6 in spanish.

On Wed, May 4, 2011 at 2:41 AM, Karen Tracey <kmtra...@gmail.com> wrote:

> On Tue, May 3, 2011 at 10:22 AM, Ariel <isaacr...@gmail.com> wrote:
>
>> In my apache enviroment settings I have already set that:
>>
>> export LANG='en_US.UTF-8'
>> export LC_ALL='en_US.UTF-8'
>>
>> But I still get the same error. Bedsides I am using wsgi no modpython.
>>
>
> modpython/mod_wsgi makes no difference, that note really should be in
> someplace non-specific to the deployment method. This is fundamentally a
> Python issue: Python thinks the only encoding supported by the file system
> is ascii, so it tries to convert all file names to ascii only.
>
> I've heard of times when setting the environment vars hasn't worked -- the
> problem then was that the installed locale support on the machine was
> insufficient to allow setting the locale to anything other than C. See for
> example: http://code.djangoproject.com/wiki/ExpectedTestFailures
>
> How to fix it will depend on what OS you are using; the instructions for
> Ubuntu are on that referenced page and I have no idea how to do anything
> similar on other distros. But maybe someone else could give a clue if you
> mentioned what OS you are using.
>
>
> Karen
> --
> http://tracey.org/kmt/
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to