Re: rb-site install /var/www/rb failed

2012-03-31 Thread xiangfeng shen
Dear Muiz, Sorry for my neglect. Yes, we should use easy_install to install PIL regards. carl shen 2012/3/31 Muiz work.m...@gmail.com Dear carl shen, No package PIL available via yum, I use easy_install to install PIL already and use command rb-site install /var/www/rb to install the RB.

Re: rb-site install /var/www/rb failed

2012-03-31 Thread Muiz
Dear carl shen, Thanks, I use easy_install to install PIL already :) On Sun, Apr 1, 2012 at 9:48 AM, xiangfeng shen xiangfeng.s...@gmail.comwrote: Dear Muiz, Sorry for my neglect. Yes, we should use easy_install to install PIL regards. carl shen 2012/3/31 Muiz work.m...@gmail.com

Re: rb-site install /var/www/rb failed

2012-03-30 Thread Donovan Sydow
This usually means you are missing a required package to install pycrypto. Try installing gcc and build-essential via yum. You can then manually install pycrypto: wget http://downloads.reviewboard.org/mirror/pycrypto-2.4.tar.gz tar -zxf pycrypto-2.4.tar.gz cd pycrypto-2.4 python setup.py install

Re: rb-site install /var/www/rb failed

2012-03-30 Thread Muiz
Thanks for your quickly reply! I install pycrypto 2.4 already, but I can not file build-essential package via yum. and the a new error: [root@localhost www]# rb-site install /var/www/rb Traceback (most recent call last): File /usr/bin/rb-site, line 5, in module from pkg_resources

Re: rb-site install /var/www/rb failed

2012-03-30 Thread Muiz
Donovan, it doesn't matter. You have help me to resolve pycrypto problem, well done. :) Thanks very much! On Sat, Mar 31, 2012 at 10:49 AM, Donovan Sydow dono...@gogii.net wrote: Sorry I am on ubuntu, and that is an essential package for compiling. Manually installing pycrypto worked for my

Re: rb-site install /var/www/rb failed

2012-03-30 Thread xiangfeng shen
Dear Muiz, For PIL, you should install it by commad: sudo yum install PIL. I really encounter libgcrypt install issue, which I'd suggest install the crypt develop by yum command or setuptools for pycrypto, such as: sudo yum install libgcrypt-devel sudo easy_install pycrypto regards. carl shen

Re: rb-site install /var/www/rb failed

2012-03-30 Thread Muiz
Dear carl shen, No package PIL available via yum, I use easy_install to install PIL already and use command rb-site install /var/www/rb to install the RB. Thanks very much, guys!!! On Sat, Mar 31, 2012 at 11:11 AM, xiangfeng shen xiangfeng.s...@gmail.comwrote: Dear Muiz, For PIL, you