upgrading python versions?

2012-09-13 Thread dapak
What would be the steps necessary for upgrading RB and any sites from python 2.4 to 2.6? We already have 2.6 running in parallel with 2.4, but need to get the ball rolling on switching over our install to prepare for RB 1.7. -- Want to help the Review Board project? Donate today at

Re: upgrading python versions?

2012-09-13 Thread Christian Hammond
Hi, It's basically like reinstalling Review Board from scratch. You'll need to reinstall your dependencies with 2.6 and then, when it's time, install Review Board 1.7 with Python 2.6. You can then do a site upgrade like normal. You'll also need to switch your default Python to be 2.6.

Re: Upgrading python versions?

2012-03-06 Thread junk
Unfortunately, I'm not able to upgrade the OS. Were I able to pick, I'd be using a distro with debs. I'm actually already running python2.6 in parallel (using the ActivePython port). It's up and functional, I just don't know how to get RB to use python2.6 now, instead of python2.4.

Re: Upgrading python versions?

2012-03-02 Thread Tucker
Should I do a whole new install and migrate the DB? On Tue, Feb 28, 2012 at 2:43 PM, Tucker j...@gmail.com wrote: I decided to try and build pylucene again on CentOs 5.2.  I kept running into problems with python2.4, so I built jcc against python2.6 (ActivePython).  I eventually got it working

Re: Upgrading python versions?

2012-03-02 Thread Anton Cohen
On Fri, Mar 2, 2012 at 10:58 AM, Tucker j...@gmail.com wrote: Should I do a whole new install and migrate the DB? On Tue, Feb 28, 2012 at 2:43 PM, Tucker j...@gmail.com wrote: I decided to try and build pylucene again on CentOs 5.2. I kept running into problems with python2.4, so I built

Re: Upgrading python versions?

2012-03-02 Thread Christian Hammond
On Fri, Mar 2, 2012 at 2:38 PM, Anton Cohen an...@antoncohen.com wrote: On Fri, Mar 2, 2012 at 10:58 AM, Tucker j...@gmail.com wrote: Should I do a whole new install and migrate the DB? On Tue, Feb 28, 2012 at 2:43 PM, Tucker j...@gmail.com wrote: I decided to try and build pylucene again

Upgrading python versions?

2012-02-28 Thread Tucker
I decided to try and build pylucene again on CentOs 5.2. I kept running into problems with python2.4, so I built jcc against python2.6 (ActivePython). I eventually got it working (using openjdk-1.6 and a modern version of ant) but ReviewBoard doesn't seem to agree and I can't enable search.