Found it in the FAQ;
[quote]
If you're using mod_python but not using Django's request handler,
you'll need to work around a mod_python bug related to the use of
SetEnv; before you import anything from Django you'll need to do the
following:

os.environ.update(req.subprocess_env)
[/quote]


--~--~---------~--~----~------------~-------~--~----~
 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to