Hi, I have python version 2.7 on the same Centos machine 5.x :-
python -V Python 2.7.10 is it not compatible with RBTools? On Thursday, June 22, 2017 at 3:18:18 AM UTC+5:30, Christian Hammond wrote: > > It's also worth noting that the next major version of RBTools will be > dropping Python 2.6 support. > > Christian > > On Wed, Jun 21, 2017 at 1:24 PM, Stephen Gallagher < > [email protected] <javascript:>> wrote: > >> On Wed, Jun 21, 2017 at 2:40 AM Shilpa R <[email protected] >> <javascript:>> wrote: >> >>> Ok. >>> >>> Actually I have machines which are Centos 5/6/7. And I will need Centos >>> 5 support also for posting review requests on Review board Server. >>> >>> So on Centos 6 I have successfully connected to ReviewBoard Server with >>> the help of 0.7 version RBTools. >>> >>> But whereas on Centos 5 I have installed 0.5 version RBTools and I am >>> facing the below issue :- >>> >>> *rbt post -d* >>> ERROR:root:Could not load SCM Client "svn": No module named etree >>> ERROR:root:Could not load SCM Client "git": No module named etree >>> ERROR:root:Could not load SCM Client "mercurial": No module named etree >>> DEBUG:root:Checking for a ClearCase repository... >>> DEBUG:root:Checking for a Bazaar repository... >>> DEBUG:root:Checking for a CVS repository... >>> DEBUG:root:Checking for a Perforce repository... >>> DEBUG:root:Checking for a Plastic repository... >>> ERROR:root:No supported repository could be accessed at the supplied url. >>> >>> The configuration are same as Centos 6 which executes correctly. I think >>> on Centos 5 it is unable to connect to the repository. >>> >>> The *.reviewboardrc* configurations are:- >>> >>> REVIEWBOARD_URL = "172.16.107.138" >>> REPOSITORY = "XXX" >>> >>> >>> What might be the issue? >>> >>> Regards >>> Shilpa >>> >>> >> >> If you really must run RBTools on a CentOS 5 host, your best bet would be >> to: >> 1) Remove the RBTools RPM (`yum remove RBTools`) >> 2) Install the 'python26' package from EPEL 5 (`yum install python26`) >> >> Then you'll need to install 'pip' from PyPI for python 2.6 and then `pip >> install RBTools` >> >> -- >> 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] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Christian Hammond > President/CEO of Beanbag <https://www.beanbaginc.com/> > Makers of Review Board <https://www.reviewboard.org/> > -- 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.
