Hi all I have this strange behaviour with Apache+mod_wsgi and python (django). I use Apache/2.2.9 (Debian) mod_wsgi/2.5 Python/2.5
In Python Shell : >> sys.getfilesystemencoding() 'UTF-8' using WSGI, getfilesystemencoding() gives me ANSI_X3.4-1968 Everything works great except with encoded files or paths names. Throws an error with this.config and works ok with django built in dev server. The wsgi test file : #!/usr/bin/python2.5 # -*- encoding: UTF-8 -*- import sys print sys.getfilesystemencoding() gives the infamous ANSI_X3.4-1968 Any idea ? Im stuck with this and cant understand Thanx Julien -- You received this message because you are subscribed to the Google Groups "modwsgi" 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/modwsgi?hl=en.
