Hi,

I am new to RB. I am trying to install ReviewBoard in RHEL 5.8 x86 system.
I installed all RB dependency tools and RB except Django.
For my RB version, it is trying to install Django version 1.3.3.

# easy_install ReviewBoard
Searching for ReviewBoard
Best match: ReviewBoard 1.6.12
Processing ReviewBoard-1.6.12-py2.4.egg
ReviewBoard 1.6.12 is already the active version in easy-install.pth
Installing rb-site script to /usr/bin
Installing rbssh script to /usr/bin

Using /usr/lib/python2.4/site-packages/ReviewBoard-1.6.12-py2.4.egg
Processing dependencies for ReviewBoard
Searching for Django==1.3.3
Reading http://downloads.reviewboard.org/mirror/
Reading http://downloads.reviewboard.org/releases/ReviewBoard/1.6/
Reading http://pypi.python.org/simple/Django/
Reading http://www.djangoproject.com/
Reading http://www.djangoproject.com/m/bad-installer.txt
Best match: Django 1.3.3
Downloading https://www.djangoproject.com/m/releases/1.3/Django-1.3.3.tar.gz
error: Can't download 
https://www.djangoproject.com/m/releases/1.3/Django-1.3.3.tar.gz: 400 Bad 
Request

It was timing out to download Django. But i downloaded this tar file and 
installed manually. Now RB is not detecting the installed Django.

# python
Python 2.4.3 (#1, Dec 22 2011, 12:12:24)
[GCC 4.1.2 20080704 (Red Hat 4.1.2-50)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import django
>>> print(django.get_version())
1.3.3
>>>

When i run rb-site install mysitename, seeing the below error messages:

# rb-site install /var/www/review
Traceback (most recent call last):
  File "/usr/bin/rb-site", line 5, in ?
    from pkg_resources import load_entry_point
  File 
"/usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/pkg_resources.py",
 
line 2603, in ?
    working_set.require(__requires__)
  File 
"/usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/pkg_resources.py",
 
line 666, in require
    needed = self.resolve(parse_requirements(requirements))
  File 
"/usr/lib/python2.4/site-packages/setuptools-0.6c12dev_r88846-py2.4.egg/pkg_resources.py",
 
line 565, in resolve
    raise DistributionNotFound(req)  # XXX put more info here
pkg_resources.DistributionNotFound: Django==1.3.3

Python version 2.4.3 is installed in this system. How to solve this issue? 
Any idea or suggesstions?

Thanks in Advance,
Thiru




-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~----------~----~----~----~------~----~------~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Reply via email to