Hi David, Thanks for your question. It fails both within Perforce clients and without. It fails either way.
I’m on a mac, and I’ve successfully set up rbt on a Windows PC, but I’m not a Python guy so I’m having a hard time debugging what’s wrong. I first installed the RBTools using the Mac installer, which apparently is Python 2.6-based. That didn’t work, because it immediately died not having found ‘argparser’. I tried using easy_install to install argparser, but then rbt died on something else (forget what). I then tried removing all those installed artifacts, then installing pip on Pythong 2.7, and using pip to install RBTools. Pip had a problem because it found the ‘six’ package already installed… it’s unclear if it came with my Mac or was installed as a part of previous attempts here. I finally got rbt installed via PIP by adding '--ignore-installed six’ to the cmd-line. -Trenton > On Feb 8, 2017, at 8:16 PM, David Trowbridge <[email protected]> wrote: > > Are you running "rbt post" from within a perforce client? > > -David > > On Wed, Feb 8, 2017 at 9:35 AM Trent Tuggle <[email protected] > <mailto:[email protected]>> wrote: > Bump... is there any resolution to this problem? I've encountered the same > problem. > > -- > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > <https://www.reviewboard.org/powerpack/> > Want us to host Review Board for you? Check out RBCommons: > https://rbcommons.com/ <https://rbcommons.com/> > Happy user? Let us know! https://www.reviewboard.org/users/ > <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] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. > > -- > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > <https://www.reviewboard.org/powerpack/> > Want us to host Review Board for you? Check out RBCommons: > https://rbcommons.com/ <https://rbcommons.com/> > Happy user? Let us know! https://www.reviewboard.org/users/ > <https://www.reviewboard.org/users/> > --- > You received this message because you are subscribed to a topic in the Google > Groups "reviewboard" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/reviewboard/h2wxLlTBtkg/unsubscribe > <https://groups.google.com/d/topic/reviewboard/h2wxLlTBtkg/unsubscribe>. > To unsubscribe from this group and all its topics, send an email to > [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <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.
