Hi Yarden, rb-oauth is a third-party module, and not one we support. However, from the error, it's due to your version of Review Board being too old. You need a modern 2.0.x release for that module.
We are intending to add official native support for oauth as part of the Review Board 2.6 release. Christian -- Christian Hammond - [email protected] Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com -----Original Message----- From: Yarden Bar <[email protected]> Reply: [email protected] <[email protected]>> Date: July 8, 2015 at 12:19:58 PM To: [email protected] <[email protected]>> Subject: How to install rb-oauth on python2.6 and RB 1.7.20 > Hi all, > I'm new to RB and I'd like to let it authenticate users via Google oauth. > Trying to install 'sudo pip install rb-oauth' got me the following error: > > Collecting rb-oauth > /usr/lib/python2.6/site-packages/pip/_vendor/requests/packages/urllib3/util/ > ssl_.py:90: InsecurePlatformWarning: A true SSLContext object is not > available. This prevents urllib3 from configuring SSL appropriately and may > cause certain SSL connections to fail. For more information, see https: > //urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning. > InsecurePlatformWarning > Using cached rb_oauth-0.3.tar.gz > Complete output from command python setup.py egg_info: > Traceback (most recent call last): > File "", line 20, in > File "/tmp/pip-build-BEtwIA/rb-oauth/setup.py", line 5, in > from reviewboard.extensions.packaging import setup > ImportError: No module named packaging > > ---------------------------------------- > Command "python setup.py egg_info" failed with error code 1 in /tmp/pip- > build-BEtwIA/rb-oauth > > > How can I solve this missing 'packaging' module. > > Thanks, > Yarden > > -- > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > Want us to host Review Board for you? Check out RBCommons: > https://rbcommons.com/ > Happy user? Let us know! https://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to the Google Groups > "reviewboard" > group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
