Re: easy_install doesn't find 1.6.12

2012-09-28 Thread Igor Berger
Thanks anyway. On Thursday, September 27, 2012 5:17:16 PM UTC-4, Christian Hammond wrote: I wish I had some idea, but that's just plain weird. Christian -- Christian Hammond - chi...@chipx86.com javascript: Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com

easy_install doesn't find 1.6.12

2012-09-27 Thread Igor Berger
Hello, Looks like it happens for every release. I'm trying to upgrade 1.6.11 to 1.6.12. I can see that 1.6.12 is already available in both http://downloads.reviewboard.org/releases/ReviewBoard/1.6 and http://pypi.python.org/simple/ReviewBoard. However, easy_install -U ReviewBoard doesn't

Re: easy_install doesn't find 1.6.12

2012-09-27 Thread Igor Berger
To verify connectivity, I tried the following command, which worked: curl -o dummy.egg http://downloads.reviewboard.org/releases/ReviewBoard/1.6/ReviewBoard-1.6.12-py2.7.egg -- Want to help the Review Board project? Donate today at http://www.reviewboard.org/donate/ Happy user? Let us know at

Re: easy_install doesn't find 1.6.12

2012-09-27 Thread Christian Hammond
Very weird. How about ReviewBoard==1.6.12 ? Christian On Sep 27, 2012, at 8:35, Igor Berger codewiz...@gmail.com wrote: To verify connectivity, I tried the following command, which worked: curl -o dummy.egg

Re: easy_install doesn't find 1.6.12

2012-09-27 Thread Igor Berger
Different error: # easy_install -U ReviewBoard==1.6.12 Searching for ReviewBoard==1.6.12 Reading http://pypi.python.org/simple/ReviewBoard/ Reading http://www.reviewboard.org/ Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.5/ Reading

Re: easy_install doesn't find 1.6.12

2012-09-27 Thread Christian Hammond
I wish I had some idea, but that's just plain weird. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org VMware, Inc. - http://www.vmware.com On Thu, Sep 27, 2012 at 12:29 PM, Igor Berger codewiz...@gmail.com wrote: Different error: #