> Are you saying it now works and are you saying that it worked after having
> added lang and locale options to WSGIDaemonProcess. For example (but with
> different values).
>
> lang=en_AU.UTF-8 locale=en_AU.UTF-8
>
Without it I have troubles when working with my string. For example, I
passed my string to an external application and subprocess.Popen gave an
exception about invalid symbol for ascii or something like that. I think
that it didn't like backslashes since it passed to the application
\xd0\x98\xd0\xb2\xd0\xb0\xd0\xbd. So after adding lang and locale options
subprocess works well since now it pass usual string rather than
\xd0\x98\xd0\xb2\xd0\xb0\xd0\xbd. So this options helped me so solve my
main problem - passing a string to an external application. But print
function still prints unreadable string. But right now I don't expect it do
it correctly but it would be interesing to know how can I fix it...
>
>
> > But actually I don't know why local and lang attributes to
> WSGIDaemonProcess directive help as long as the documentation doesn't say
> about them anything
>
> I meant that I didn't find a description of these options
here: https://code.google.com/p/modwsgi/wiki/ConfigurationDirectives
--
You received this message because you are subscribed to the Google Groups
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to modwsgi+unsubscr...@googlegroups.com.
To post to this group, send email to modwsgi@googlegroups.com.
Visit this group at http://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.