Re: [Wikitech-l] can't get git-review to work

2015-10-22 Thread Ryan Kaldari
I tried upgrading setuptools, but that didn't help. Still got the same error. Apparently the problem was with my Python environment. OSX 10.10 (El Capitan) comes with it's own Python installation. So after I upgraded to El Capitan, pip wanted to start installing everything for the other Python ins

Re: [Wikitech-l] can't get git-review to work

2015-10-22 Thread Jamison Lofthouse
I use legoktm's grr tool (https://github.com/legoktm/grr). Negative24 jdloft.com On Thu, Oct 22, 2015 at 5:40 AM, Addshore wrote: > As someone that has never used git-review I would > suggest not using git-review ;) > > On 22 October 2015 at 10:32, Rosalie Perside > wrote: > > > I was in the c

Re: [Wikitech-l] can't get git-review to work

2015-10-22 Thread Addshore
As someone that has never used git-review I would suggest not using git-review ;) On 22 October 2015 at 10:32, Rosalie Perside wrote: > I was in the channel yesterday and i think that Kaldari had this > problem solved with an advice d3r1ck gave him. A guy in #git gave > Kaldari and idea and it w

Re: [Wikitech-l] can't get git-review to work

2015-10-22 Thread Rosalie Perside
I was in the channel yesterday and i think that Kaldari had this problem solved with an advice d3r1ck gave him. A guy in #git gave Kaldari and idea and it worked but he forgot to update the mailing list. Cheers Rosalie On 10/22/15, Antoine Musso wrote: > Le 21/10/2015 22:47, Ryan Kaldari a écrit

Re: [Wikitech-l] can't get git-review to work

2015-10-22 Thread Antoine Musso
Le 21/10/2015 23:46, Ryan Kaldari a écrit : > Tried Brandon's suggestion (and some others that I got privately), but no > luck. Also tried uninstalling and reinstalling git-review. > > When I do "echo $PATH": > /usr/local/bin:/bin:/usr/bin:/Users/kaldari/bin:/usr/local/mysql/bin:/sbin:/usr/sbin:/u

Re: [Wikitech-l] can't get git-review to work

2015-10-22 Thread Antoine Musso
Le 21/10/2015 22:47, Ryan Kaldari a écrit : > Recently I upgraded my Mac to OSX 10.10.5 and upgraded a lot of other stuff > in the process. But now I can't get git-review to work. Whenever I try to > run it, it gives the following stacktrace: > "/Library/Python/2.7/site-packages/distribute-0.6.14-

Re: [Wikitech-l] can't get git-review to work

2015-10-21 Thread Ryan Kaldari
Tried Brandon's suggestion (and some others that I got privately), but no luck. Also tried uninstalling and reinstalling git-review. When I do "echo $PATH": /usr/local/bin:/bin:/usr/bin:/Users/kaldari/bin:/usr/local/mysql/bin:/sbin:/usr/sbin:/usr/local/sbin:/usr/local/lib/php:/usr/local/php5/bin

Re: [Wikitech-l] can't get git-review to work

2015-10-21 Thread Alangi Derick
In addition to what Brandon Harris said, i will also advice you to join the #git channel and post this question to them. They might have some inside into this problem and maybe help you without any worries. Since you said you have not seen the solution on Google(because of the type of OS you use),

Re: [Wikitech-l] can't get git-review to work

2015-10-21 Thread Brandon Harris
Try putting /usr/local/bin in your path before /usr/bin. El Capitan rebuilt it's Python instance.d Do this: echo $PATH And see what the order is. Your path is set in your .bash_profile file: export PATH=/usr/local/bin:/bin:/usr/bin:/

[Wikitech-l] can't get git-review to work

2015-10-21 Thread Ryan Kaldari
Recently I upgraded my Mac to OSX 10.10.5 and upgraded a lot of other stuff in the process. But now I can't get git-review to work. Whenever I try to run it, it gives the following stacktrace: Traceback (most recent call last): File "/usr/local/bin/git-review", line 11, in sys.exit(main())