Re: Setting up developer environment

2010-03-05 Thread Tony Bibbs
Easy enough, it did get Django Evolution installed even though it did error out with the following: No local packages or download links found for paramiko==1.7.4 error: Could not find suitable distribution for Requirement.parse('paramiko==1.7.4') Seems as if Ubuntu already had this installed for

Re: Setting up developer environment

2010-03-05 Thread Christian Hammond
Having a mix should be okay. The prepare-dev step is mentioned in the docs. See http://www.reviewboard.org/docs/codebase/dev/getting-started/#review-board Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On

Re: Setting up developer environment

2010-03-04 Thread Tony Bibbs
Seems like I have a few options: 1) Install via easy_install 2) Install via SVN 3) Install via Ubuntu's package manager Any suggestion on the best solution? I have it pulled down via SVN but I'm assuming I need to somehow tell ReviewBoard where it is because I get the same error On Mon, Feb 22,

Re: Setting up developer environment

2010-03-04 Thread Christian Hammond
Easy_install will be your best option. Actually, what you probably should do is (assuming this is a developer machine) run: sudo python setup.py develop This will automatically grab all the dependencies from the right locations and install them. You'll also want to then run this for your

Re: Setting up developer environment

2010-03-04 Thread Paul
On Thu, Mar 4, 2010 at 15:07, Christian Hammond chip...@chipx86.com wrote: Easy_install will be your best option. Actually, what you probably should do is (assuming this is a developer machine) run:   sudo python setup.py develop This will automatically grab all the dependencies from the

Re: Setting up developer environment

2010-02-22 Thread Raja
It looks like you need to get django_evolution from easy_install django_evolution or code.google.com/p/django-evolution/ I just created a post with missing packages in the dependency list, but missed this one (as I had installed reviewboard earlier using easy_install). -- Raja On Feb 18,

Setting up developer environment

2010-02-17 Thread Tony Bibbs
When I run this: python ./contrib/internal/prepare-dev.py I get that: Synchronizing database... Error: No module named django_evolution Did I miss a step or something? -- Tony Bibbs Phone: (515) 554-8046 Twitter, Skype, Facebook: tonybibbs Web: http://www.tonybibbs.com -- Want to help the