Hi christian Many thanks for the info . The version of python i am using is python-2.6.6-20.el6.i686
Please find output from my system [root@test /]# python Python 2.6.6 (r266:84292, Apr 11 2011, 15:52:27) [GCC 4.4.4 20100726 (Red Hat 4.4.4-13)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import django >>> print django.VERSION (1, 5, 0, 'final', 0) >>> Many thanks for your help. thanks/regards Arun kurse On Tuesday, March 5, 2013 12:08:15 PM UTC+5:30, Christian Hammond wrote: > > Hi, > > Sounds like there's some oddness on your system with locating the Django > package, perhaps. > > Can you look in the output from your easy_install and make sure it's > showing that it's getting Python 2.6 packages? > > Also, can you try typing this and see what happens? > > $ python > >>> import django > >>> print django.VERSION > > As for PostgreSQL database setup, that'll happen during the 'rb-site > install' process. > > Christian > > -- > Christian Hammond - [email protected] <javascript:> > Review Board - http://www.reviewboard.org > VMware, Inc. - http://www.vmware.com > > On Mar 4, 2013, at 10:32 PM, [email protected] <javascript:> wrote: > > Hi All > > I am new to Review Board and trying to setup up internally in our > Environment . > I have installed reviewBoard successfully with "easy_install > ReviewBoard". > > easy_install failed to install Django and hence i had to install it > manually . > > I have successfully created the Postgres SQL database . > > I am getting the below error while running "rb-install" > > [root@test /]# rb-site install /var/www/reviews.nonstopqa.com > Traceback (most recent call last): > File "/usr/bin/rb-site", line 5, in <module> > from pkg_resources import load_entry_point > File > "/usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py", > > line 2640, in <module> > parse_requirements(__requires__), Environment() > File > "/usr/lib/python2.6/site-packages/distribute-0.6.8-py2.6.egg/pkg_resources.py", > > line 531, in resolve > raise DistributionNotFound(req) # XXX put more info here > pkg_resources.DistributionNotFound: Django>=1.4.5,<1.5 > > > Also how do i link Review Board with Postgres SQL database ? > > Many thanks for your help. > > thanks/regards > Arun kurse > > -- > 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 > [email protected] <javascript:> > For more options, visit this group at > http://groups.google.com/group/reviewboard?hl=en > --- > 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] <javascript:>. > For more options, visit https://groups.google.com/groups/opt_out. > > > > > -- 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 [email protected] For more options, visit this group at http://groups.google.com/group/reviewboard?hl=en --- 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/groups/opt_out.
