Rainer Sokoll wrote: > Hello all, > > for testing purposes, I need to install a new trac that does not share > any components (except python and apache's mod_python) with the > installed trac. > Is that possible? >
You're better off using tracd in that case. If you don't use Subversion, it might be an option to simply use a different virtual host, as the Subversion python bindings have problems when running in different python interpreters; this can usually be avoided using the "PythonInterpreter main_interpreter" trick, but in your specific case, you /want/ to have a different interpreter so that they won't share the components. If you absolutely need to test it in an apache and mod_python setup, then you should install a second instance of apache on your system (or use apachectl -d with a different ServerRoot, untested but it should work). -- Christian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
