On Jan 19, 2009, at 7:54 PM, Michael Dickens wrote:
i686-apple-darwin9-gcc-4.0.1: src/lxml/lxml.etree.c: No such file
or directory
Looks like this is a beta version of lxml ... maybe ./src/lxml/
lxml.etree.c wasn't included in the tarball or generated properly?
I'm running 2.1.4 installed
On Jan 19, 2009, at 2:04 PM, Josh Blum wrote:
Anyone with OSX advice, installing lxml specifically?
$ python setup.py build
Building lxml version 2.2.beta1-61090
[snip]
i686-apple-darwin9-gcc-4.0.1: src/lxml/lxml.etree.c: No such file
or directory
Looks like this is a beta version of lx
Anyone with OSX advice, installing lxml specifically?
$ python setup.py build
Building lxml version 2.2.beta1-61090.
NOTE: Trying to build without Cython, pre-generated
'src/lxml/lxml.etree.c' needs to be available.
Using build configuration of libxslt 1.1.12
Building against libxml2/libxslt
Josh Blum wrote:
> lxml is also a prerequisite: http://codespeak.net/lxml/
> it should also be available though your OS's package manager.
>
> I am curious as to how you installed GRC with missing dependencies. Do
> you mind mailing me the output of ./configure (before installing lxml)?
>
> -Josh