Hey Trenton, Speaking to the installation issues (not Perforce), Python compatibility on Mac is finicky in terms of installation paths. When using the installer, and depending on the system setup, you can hit various problems. I'm sorry you hit so many. I've been fighting this and recently put a good set of fixes together, which will be in the next release's installer.
Christian On Thu, Feb 9, 2017 at 07:24 Trent Tuggle <[email protected]> wrote: 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. 1. 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’. 2. I tried using easy_install to install argparser, but then rbt died on something else (forget what). 3. I then tried removing all those installed artifacts, then installing pip on Pythong 2.7, and using pip to install RBTools. 4. 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. 5. 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]> 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/ 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 a topic in the Google Groups "reviewboard" group. To unsubscribe from this topic, visit https://groups.google.com/d/topic/reviewboard/h2wxLlTBtkg/unsubscribe. To unsubscribe from this group and all its topics, 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. -- -- 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.
