Re: Internationalization and Apache

2009-06-02 Thread Graham Dumpleton
On Jun 2, 6:03 pm, Damien MATHIEU <4...@dmathieu.com> wrote: > So that is what I have in os.environ with Apache : > LANG = en > TZ = France/Paris > DJANGO_SETTINGS_MODULE = setting.production > SHLVL = 1 > APACHE_RUN_USER = www-data > APACHE_PID_FILE = /var/run/apache2.pid > PWD = /home/git/pyki

Re: Internationalization and Apache

2009-06-02 Thread Damien MATHIEU
So that is what I have in os.environ with Apache : LANG = en TZ = France/Paris DJANGO_SETTINGS_MODULE = setting.production SHLVL = 1 APACHE_RUN_USER = www-data APACHE_PID_FILE = /var/run/apache2.pid PWD = /home/git/pyki/public APACHE_RUN_GROUP = www-data TMPDIR = /tmp/passenger.31221/var HOME = /v

Re: Internationalization and Apache

2009-06-01 Thread Damien MATHIEU
Thank you Karen for being more precise and writing something understandable. On Jun 1, 5:15 pm, Karen Tracey wrote: > On Mon, Jun 1, 2009 at 8:39 AM, Damien MATHIEU <4...@dmathieu.com> wrote: > > > Based on the advices of a friend, I've tried with mod_wsgi instead of > > mod_python. > > However,

Re: Internationalization and Apache

2009-06-01 Thread Karen Tracey
On Mon, Jun 1, 2009 at 8:39 AM, Damien MATHIEU <4...@dmathieu.com> wrote: > > Based on the advices of a friend, I've tried with mod_wsgi instead of > mod_python. > However, it still doesn't work. > > And the sys.path is similar to the one I have when I do a manage.py > runserver (where I correctly

Re: Internationalization and Apache

2009-06-01 Thread Damien MATHIEU
Based on the advices of a friend, I've tried with mod_wsgi instead of mod_python. However, it still doesn't work. And the sys.path is similar to the one I have when I do a manage.py runserver (where I correctly have my language strings). So it's not a path problem. On May 29, 1:51 am, Graham Du

Re: Internationalization and Apache

2009-05-28 Thread Graham Dumpleton
On May 28, 11:56 pm, Damien MATHIEU <4...@dmathieu.com> wrote: > Hi, > > Using the internal web server, I correctly load every language string > located in application_path/locale/language/LC_MESSAGES/django.mo > But whenever I use Apache, they don't appear to be loaded anymore. > > However it a