> I'm certain that I probably just have to do something like set up > another python package path for this new virtual host to look at, but > how this is done isn't obvious to me.
You should probably move both of the Trac codebases out of site-packages and into some other place, and then use the mod_python PythonPath directive to add that path to the PYTHONPATH for that vhost. Regards, Manuzhai _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
