Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

TwinofSian

macrumors member
Original poster
Oct 23, 2011
53
0
Hi all, in lieu of necro'ing a bunch of older threads, I wanted to seek your advice.

My objective is to use a gist created to scrape dribbble.com for PSD files. I have installed Python (3.33), virtualenv (and Pip), and attempted to install the dribbble redis with the command:

Code:
pip install -e hg+http://bitbucket.org/sjl/python-dribbble#egg=dribbble

The result I get says 'hg' is an unrecognized command:

Code:
Obtaining dribbble from hg+http://bitbucket.org/sjl/python-dribbble#egg=dribbble
  Cloning hg http://bitbucket.org/sjl/python-dribbble to ./src/dribbble
Cleaning up...
Cannot find command 'hg'

I tried entering these two consecutive commands before again entering the
Code:
pip install
command:

Code:
USERNAME-MacBook-Pro:Dr_scrape HOMENAME$ export PYTHONPATH=${HOME}/lib/python
USERNAME-MacBook-Pro:Dr_scrape HOMENAME$ export PATH=${HOME}/bin:$PATH

But I got the same
Code:
Cannot find command 'hg'

It's been suggested I install this:
Code:
http://mercurial.selenic.com/wiki/TutorialInstall

But I wanted to get a second opinion. Thoughts?
 
Just wanted to try bumping this in case anyone developed an opinion. Does anyone know what layer of dependency is need to call the 'hg' command?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.