On Monday 19 Oct 2009 12:40:48 pm Lars Stavholm wrote:
> <Location "/trac">
>   SetHandler mod_python
>   PythonInterpreter main_interpreter
>   PythonHandler trac.web.modpython_frontend
>   PythonOption TracEnv /var/trac/bfact
>   PythonOption TracParentEnv /var/trac
>   PythonOption TracUriRoot /trac
>   PythonOption PYTHON_EGG_CACHE /var/tmp
> </Location>

you would need this line:
PythonInterpreter some_name

in your location directive (some_name may be anything as long as it is 
different for django and for trac) - otherwise your pythons will get tangled 
with each other. You will find django in your trac and trac in your django.


-- 
regards
Kenneth Gonsalves
Senior Project Officer
NRC-FOSS
http://nrcfosshelpline.in/web/

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to