That should definitely be an error. That means Subversion (and Git and Mercurial) should be broken.
I gather that install is using Python 2.4. Seems like xml.etree, which is a new dependency (shipped with Python), is non-existent for 2.4. We'll need to fix this in a point release. However, I recommend getting people onto newer versions of Python, and RBTools 0.6 will drop Python 2.4. Christian -- Christian Hammond - [email protected] Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On Thu, Jan 23, 2014 at 3:14 PM, <[email protected]> wrote: > One of my users is getting the error message below when posting a review. > The post succeeds. > > rbt post --debug 123456 > 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 > > .... > > Maybe that should be a debug message, not error ? > > Thanks > Mark > > -- > 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 [email protected]. > 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
