I am trying to install Scrapy on a a Mac OS X 10.6.2 machine... When i try to build one of the dependent modules ( libxml2 )
I am getting the following error:
configure: error: no acceptable C compiler found in $PATH
I assume I need the gcc...is that easy to install on 10.6? Is there some sort of package I should be installing, so as to not get hung up like this installing modules in Python?