I run multiple versions of Trac on a single host to allow for testing plugin development. It's a wee bit of a pain, but I created a seperate directory structure for each installation and built Python specific for each installation. Trac is then installed into the different installations. I typically run tracd instead of Apache. The overall setup allows me to test various combinations of Python releases (2.3.x, 2.4.x and 2.5.x) with difference releases of Trac (0.9 and 0.10.)
- Peter On 5/18/06, Georg-W. Koltermann <[EMAIL PROTECTED]> wrote:
Hi, has anybody been successful running multiple trac version (different software versions) on the same host? It doesn't work easily since Python looks up the modules in the "trac" package which translates to something like $PYTHON_LIB/site-packages/trac. One would presumably need some voodoo about the Python module search path... -- Regards, Georg. _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
_______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
