Bruce, We're making progress on getting RBTools to be Python 3.x ready, but it's not there yet. Most of the time, when there are multiple versions of python installed, there will also be multiple versions of easy_install, so you can probably do `easy_install-2.7 RBTools` and it will work.
-David On Fri, May 22, 2015 at 2:00 PM B Cran <[email protected]> wrote: > I'm running OpenSUSE 13.2, and by default it installs libreoffice with > python 3.4. > > This causes 'easy_install RBTools' to install the python3.4 version > instead of the 2.7 one. Unfortunately 'rbt post' subsequently fails with: > > > rbt post > ERROR: Could not load SCM Client "tfs": No module named 'urllib2' > ERROR: Could not reach the Review Board server at https://reviews > > I just checked and uninstalling libreoffice and python 3.4 causes the 2.7 > version of RBTools to be installed which seems to work fine. > > -- > Bruce > > -- > 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. > -- 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.
