Re: trouble adding gitlab as a repository

2014-02-28 Thread Christian Hammond
Hi Nina,

Your pycrypto's out of date. It may be the latest CentOS 6.4 provides, but
it's very old by PyCrypto standards.

You can try uninstalling the RPM and then installing the latest package
using easy_install:

$ sudo easy_install -U PyCrypto

See if that works for you. You'll need to reload Apache after.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com


On Fri, Feb 28, 2014 at 10:46 AM, Nina Zakharenko nzakhare...@gmail.comwrote:

 Hi folks,

 I'm installing Review Board for the first time. The install went
 swimmingly, but I'm having trouble adding gitlab as a repository.

 When I add all the information and hit save, I get the following error. 
 'Unknown
 error when linking the account: class RandomPool has no attribute 'new'

 System information is as follows:
 os: CentOS release 6.4 (Final)
 apache: Apache/2.2.15 (Unix)
 python: Python 2.6.6
 pycrypto: Package python-crypto-2.0.1-22.el6.x86_64 already installed and
 latest version (installed using yum install python-crypto)

 Could anyone point me in the right direction in order to troubleshoot this
 issue?

 Thanks,
 Nina

 --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://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 reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: trouble adding gitlab as a repository

2014-02-28 Thread Nina Zakharenko
Thank you! That totally worked. 

There was one step I had to perform before running easy install, and 
that's yum install python-devel

Cheers,
Nina

On Friday, February 28, 2014 1:17:20 PM UTC-7, Christian Hammond wrote:

 Hi Nina,

 Your pycrypto's out of date. It may be the latest CentOS 6.4 provides, but 
 it's very old by PyCrypto standards.

 You can try uninstalling the RPM and then installing the latest package 
 using easy_install:

 $ sudo easy_install -U PyCrypto

 See if that works for you. You'll need to reload Apache after.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com javascript:
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com


 On Fri, Feb 28, 2014 at 10:46 AM, Nina Zakharenko 
 nzakh...@gmail.comjavascript:
  wrote:

 Hi folks,

 I'm installing Review Board for the first time. The install went 
 swimmingly, but I'm having trouble adding gitlab as a repository.

 When I add all the information and hit save, I get the following error. 
 'Unknown 
 error when linking the account: class RandomPool has no attribute 'new'

 System information is as follows:
 os: CentOS release 6.4 (Final)
 apache: Apache/2.2.15 (Unix)
 python: Python 2.6.6
 pycrypto: Package python-crypto-2.0.1-22.el6.x86_64 already installed and 
 latest version (installed using yum install python-crypto)

 Could anyone point me in the right direction in order to troubleshoot 
 this issue?

 Thanks,
 Nina

 -- 
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://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 reviewboard...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: trouble adding gitlab as a repository

2014-02-28 Thread Christian Hammond
Glad it works!

I'll make a note to fix our package to require a more recent minimum
version.

Christian


On Friday, February 28, 2014, Nina Zakharenko nzakhare...@gmail.com wrote:

 Thank you! That totally worked.

 There was one step I had to perform before running easy install, and
 that's yum install python-devel

 Cheers,
 Nina

 On Friday, February 28, 2014 1:17:20 PM UTC-7, Christian Hammond wrote:

 Hi Nina,

 Your pycrypto's out of date. It may be the latest CentOS 6.4 provides,
 but it's very old by PyCrypto standards.

 You can try uninstalling the RPM and then installing the latest package
 using easy_install:

 $ sudo easy_install -U PyCrypto

 See if that works for you. You'll need to reload Apache after.

 Christian

 --
 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com


 On Fri, Feb 28, 2014 at 10:46 AM, Nina Zakharenko nzakh...@gmail.comwrote:

 Hi folks,

 I'm installing Review Board for the first time. The install went
 swimmingly, but I'm having trouble adding gitlab as a repository.

 When I add all the information and hit save, I get the following error. 
 'Unknown
 error when linking the account: class RandomPool has no attribute 'new'

 System information is as follows:
 os: CentOS release 6.4 (Final)
 apache: Apache/2.2.15 (Unix)
 python: Python 2.6.6
 pycrypto: Package python-crypto-2.0.1-22.el6.x86_64 already installed
 and latest version (installed using yum install python-crypto)

 Could anyone point me in the right direction in order to troubleshoot
 this issue?

 Thanks,
 Nina

 --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://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 reviewboard...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


  --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://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 
 reviewboard+unsubscr...@googlegroups.comjavascript:_e(%7B%7D,'cvml','reviewboard%2bunsubscr...@googlegroups.com');
 .
 For more options, visit https://groups.google.com/groups/opt_out.



-- 
-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.