Hi, is it possible to pass custom command line arguments to Python interpreter? I would like to use the '-S' parameter to prevent site module from importing.
The site module prevents Python from working without access to /etc/passwd, which is denied in my environment, so i need to run it with -S parameter. Other solution would be to set the 'HOME' environmental variable inside WSGI process before Python is initialized but i didn't find a way how to do it (when this env. var. is present, the site module is not touching /etc/passwd file so everything works fine). Thank you. azur -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/modwsgi. For more options, visit https://groups.google.com/d/optout.
