[lxml-dev] Ubuntu Installation Woes
Richard Alex Hofer
javagamer at mac.com
Fri Jul 25 12:43:45 CEST 2008
Thanks a bunch for the advice. I had assumed the problem had to do with
gcc and that there where so many errors that you only needed the end of
the log. Once I got the full log I realized I was missing the
python-dev package *smacks head*, once I installed it everything worked.
Thanks a bunch :D
On Fri, 2008-07-25 at 09:48 +0200, Stefan Behnel wrote:
> 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