[lxml-dev] Ubuntu Installation Woes
Stefan Behnel
stefan_ml at behnel.de
Fri Jul 25 09:48:43 CEST 2008
Hi,
Richard Alex Hofer wrote:
> I've been trying to install lxml 2.1 for days and it seems nothing
> I've tried works. gcc keeps giving me a enormous amount of errors and
> I've installed libxml2, libxml2-dev, libxslt1.1, and libxslt1-dev (all
> form the Ubuntu repository) and it seems nothing works.
> http://ubuntuforums.org/showthread.php?p=5452334 has more info about all
> I've done. Any help would be greatly appreciated, I'm working on a
> project which heavily relies on lxml.
I'm developing lxml on Ubuntu (Gutsy), so I'm pretty sure this works in general.
Your error log wasn't complete and didn't show the beginning of the output.
Could you append a complete log to the forum page? Try
easy_install lxml 2>&1 | tee install.log
that will leave the complete output in a file install.log.
Stefan
More information about the lxml-dev
mailing list