Re: attempting to install RBTools on linux

2010-08-20 Thread JohnHenry
Hi, I tried your command on my machine and it had no such problem. Notice that easy_install -U is updating your RBTools(Not First Time Install ), That means you should had a former version of RBTools installed before. Check your easy_install.pth file and make sure your former RBTools version

Re: attempting to install RBTools on linux

2010-08-20 Thread tag_98007work
Actually RBTools was never added to the easy-tools.pth. Weird. I could have sworn I got it at one point. Wound up downloading an unzipping the egg. I'm hoping the easy_tools -U RBTools works for the other people who are checking Reviewboard out for our company. On Aug 20, 3:24 am, JohnHenry

Re: attempting to install RBTools on linux

2010-08-19 Thread Christian Hammond
Huh... I really don't know. That makes absolutely no sense. Something is definitely pretty busted on your setuptools somewhere. All I can recommend is to download the egg manually and install it locally. Christian -- Christian Hammond - chip...@chipx86.com Review Board -

Re: attempting to install RBTools on linux

2010-08-18 Thread tag_98007work
No I don't. Did i miss that in the documentation? What suppose to be in the file? thanks On Aug 16, 1:30 pm, Christian Hammond chip...@chipx86.com wrote: Hi, That's strange. I just tried it and it's working fine. Do you have a ~/.pydistutils.cfg file set? Christian -- Christian

Re: attempting to install RBTools on linux

2010-08-18 Thread Christian Hammond
If you don't, then that's fine. It's possible to put values in there that could trigger the sort of problem you're hitting. In that case, I don't really know what to say. It works fine elsewhere, which indicates it's something odd in your computer or network's setup. I assume this has continued

Re: attempting to install RBTools on linux

2010-08-18 Thread tag_98007work
easy_install -f http://downloads.reviewboard.org/releases/Djblets/0.6/-U Djblets This worked just fine. easy_install -f http://downloads.reviewboard.org/releases/RBTools/0.2/ -U RBTools gets me: Searching for RBTools Reading http://downloads.reviewboard.org/releases/RBTools/0.2/ Reading

attempting to install RBTools on linux

2010-08-16 Thread tag_98007work
I'm following the instructions: easy_install -U RBTools and I'm getting the error message: Searching for RBTools Reading http://pypi.python.org/simple/RBTools/ No local packages or download links found for RBTools error: Could not find suitable distribution for Requirement.parse('RBTools') Any

Re: attempting to install RBTools on linux

2010-08-16 Thread Christian Hammond
Hi, That's strange. I just tried it and it's working fine. Do you have a ~/.pydistutils.cfg file set? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Mon, Aug 16, 2010 at 1:12 PM, tag_98007work