Re: Comment Categorization Extension

2018-01-12 Thread Christian Hammond
Hi Lokesh, Is the server disconnected fully from the Internet, then? How do you maintain Review Board upgrades? You can install the extension packages manually. If you downloaded the *.egg file, you can do: easy_install .egg If you downloaded the *.whl, you can do: pip install .whl

Re: Comment Categorization Extension

2018-01-11 Thread Lokesh Rajoria
Hi Christian, we are not behind an HTTP(S) proxy server on the computer due to some constraint. is there any way do it offline. I mean we have download all the packages from https://pypi.python.org/simple/rbcommenttype/ manually. can we do it locally? Thanks & Regards, Lokesh On Friday, 12

Re: Comment Categorization Extension

2018-01-11 Thread Christian Hammond
Hi Lokesh, Looks like you’re having trouble connecting to PyPI itself. Are you behind an HTTP(S) proxy server on that computer? If so, you may need to set the http_proxy and https_proxy environment variables. Christian On Thu, Jan 11, 2018 at 02:44 Lokesh Rajoria

Comment Categorization Extension

2018-01-11 Thread Lokesh Rajoria
Hi Reviewboard, I am trying to install comment category extension on my fedora21 release. $> sudo easy_install -U rbcommenttype Searching for rbcommenttype Reading https://pypi.python.org/simple/rbcommenttype/ Download error on https://pypi.python.org/simple/rbcommenttype/: [Errno -2] Name or

Re: RB 2.5 and Comment Categorization extension

2015-12-15 Thread David Trowbridge
nttype-1.0.1-py2.7.egg#md5=a4738481f293d379ed9dfe0609a2d4d0 > error: md5 validation failed for rbcommenttype-1.0.1-py2.7.egg; possible > download problem? > > > On Mon, Dec 14, 2015 at 4:17 PM David Trowbridge <trowb...@gmail.com> > wrote: > >> Hi, >> >&

Re: RB 2.5 and Comment Categorization extension

2015-12-15 Thread Ken Erickson
possible >> download problem? >> >> >> On Mon, Dec 14, 2015 at 4:17 PM David Trowbridge <trowb...@gmail.com> >> wrote: >> >>> Hi, >>> >>> I just pushed an update to the comment categorization extension which >>> should fix

Re: RB 2.5 and Comment Categorization extension

2015-12-14 Thread Ken Erickson
owb...@gmail.com> wrote: > Hi, > > I just pushed an update to the comment categorization extension which > should fix the issue. Can you please try again? > > Thanks, > -David > > On Thu, Dec 10, 2015 at 2:33 PM Ken Erickson <dilber...@gmail.com> wrote: > >> I

Re: RB 2.5 and Comment Categorization extension

2015-12-14 Thread David Trowbridge
Hi, I just pushed an update to the comment categorization extension which should fix the issue. Can you please try again? Thanks, -David On Thu, Dec 10, 2015 at 2:33 PM Ken Erickson <dilber...@gmail.com> wrote: > I have the same problem (and it also was the same under 2.0.x version

Re: RB 2.5 and Comment Categorization extension

2015-12-10 Thread Ken Erickson
I have the same problem (and it also was the same under 2.0.x version as well before I upgraded to 2.5.2). On Tuesday, November 3, 2015 at 3:21:06 PM UTC-7, Paul Wolf wrote: > > I'm having problems getting this extension working on a new RB 2.5 > installation. I'm able to install the

RB 2.5 and Comment Categorization extension

2015-11-03 Thread Paul Wolf
I'm having problems getting this extension working on a new RB 2.5 installation. I'm able to install the extension, enable it, and configure some comment types. However, when I go to add a review comment, the Type 'select' has no values. I've tried restarting my server but that didn't help.