I guess mod_python is tied to a specific version of python.
I was getting this error: PythonHandler trac.web.modpython_frontend: TracError: Database newer than Trac version Because it was using python23. So I installed mod_python again using python24 and now my Trac 0.10 env works fine, but my 0.9 envs no longer work. I supposed I can setup another Apache server, one for 0.9 and one for 0.10. It would be nice if I could specify the bin path to python in a configuration file. Oh well.... Trac 0.10 upgrade was pretty smooth. Good work!! --Brian -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Noah Kantrowitz Sent: Tuesday, September 26, 2006 9:59 AM To: [email protected] Subject: [Trac] Re: Multiple Installs on Windows Just use the PythonPath directive for mod_python --Noah Pelton, Brian wrote: > > I am trying to plan my upgrade to 0.10. > > I am currently: > Windows 2003 Server > Apache 2.0.58 > SVN 1.2.3 > mod_python 3.2 > Python 2.3.5 > Trac 0.9.5 > > Okay, so I have a few Trac 0.9 envs that I don't want to just upgrade > to 0.10 without testing. > > I was thinking I could use mod_python to point a trac env to a > different install of python. > So, my current python install is Trac 0.9. I could install another > instance of python and put trac 0.10 on it and use that to test Trac > 0.10. If all goes well, copy all of my production trac envs to it and > then uninstall the old python and trac 0.9. > > I haven't looked at versions for SVN and python, but I would use the > most recent / compatible and put them in their own directories too, if > needed. > > This is my first Trac upgrade so I'm a little gun-shy. > > Is this a common approach? Or is there a better way? > > --Brian > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
