Trying to install Scrapy on Mac OSX 10.6 using this guide:
When running these commands from Terminal:
cd libxml2-2.7.3/python
sudo make install
I get the following error:
Making install in .
make[1]: *** No rule to make target `../libxslt/libxslt.la', needed by `libxsltmod.la'. Stop.
make: *** [install-recursive] Error 1
Following the first steps in the Guide, which involved building and installing the libxml2 and libxslt packages seemed to be successful…
The simplest approach is to use MacPorts to install python and the libraries you need.