Re: How do I install libxml2 and libxslt?

2009-11-04 Thread Stefan Behnel
Kevin Ar18, 02.11.2009 21:44: >> According to the lxml installation instructions you linked=2C >> the windows lxml binary is statically linked and you do not >> need to install the libraries separately. > > The install instructions say" "You need libxml2 and libxslt" and then links= > to where to

RE: How do I install libxml2 and libxslt?

2009-11-02 Thread Kevin Ar18
Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 > According to the lxml installation instructions you linked=2C > the windows lxml binary is statically linked and you do not > need to install the libraries separately. The install ins

Re: How do I install libxml2 and libxslt?

2009-11-02 Thread Nat Williams
On Mon, Nov 2, 2009 at 9:41 AM, Kevin Ar18 wrote: > I want to use the lxml library, but can't get it to work on Windows. > > The following will not work: > * import libxml2 > * import libxslt > * from lxml import etree > > Here's the instructions: > http://codespeak.net/lxml/installation.html >

How do I install libxml2 and libxslt?

2009-11-02 Thread Kevin Ar18
I want to use the lxml library, but can't get it to work on Windows. The following will not work: * import libxml2 * import libxslt * from lxml import etree Here's the instructions: http://codespeak.net/lxml/installation.html * So, I run "easy_install lxml" -- that works! * Now, it says I need