> 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.
Oh, and you should also use the PythonInterpreter directive to give the interpreter another name. Otherwise the codebases will get mixed up in the Python interpreter run by mod_python. Regards, Manuzhai _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
