Installation issues with easy install

2010-07-21 Thread kuripot
Hi, Similar issue... * Installing the site... Building site directories ... OK Building site configuration files ... OK Creating database ... Traceback (most recent call last): File C:\Python25\Scripts\rb-site-script.py, line 8, in module load_entry_point('ReviewBoard==1.0.9',

Install problem

2010-07-21 Thread Peter Michelakis
Hi, Trying to setup reviewboard for the first time... I was unable to run easy_install to get all the packages (might be due to proxy settings). I therefore downloaded all the dependencies and ran the setup on each of them. I'm now at the reviewboard installation and I'm getting failures at the

Re: Install problem

2010-07-21 Thread kuripot
We had a similar issue... your guess was right. Once the db was created it went through... almost to the end... The current error we are now getting is ... Performing migrations ... Unknown command: 'evolve' Type 'rbsite.pyc help' for usage. Thanks for any help... Mike On Jul 21, 1:33 pm,

Re: Install problem

2010-07-21 Thread Christian Hammond
Sounds like the django_evolution package wasn't properly installed. You can get this with: easy_install -U django_evolution Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Wed, Jul 21, 2010 at 12:12 PM,

Re: Install problem

2010-07-21 Thread kuripot
Thanks. Actually, django evolution was fine... the issue was with Django... I ran setup.py install again and it worked. Not sure why it didn't the first time around. Note that I installed everything manually so the sequence of how the dependencies were installed could be the cause... not sure. I

Re: Install problem

2010-07-21 Thread Christian Hammond
Glad it's installed :) Let us know if there are any further problems. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Wed, Jul 21, 2010 at 12:35 PM, kuripot mboul...@matrox.com wrote: Thanks. Actually,