[lxml-dev] Installing lxml on Windows
Javier de la Torre
jatorre at gmail.com
Sun Nov 5 16:22:24 CET 2006
Hi Stefan,
Thanks for the answer.
This is finally what I did, but I had to google for lxml-1.1 to find
a place where I could download previous versions of the library.
There seems to be no link in the cheeseshop to a repository of old
releases.
Thanks.
Javier.
On 05/11/2006, at 13:44, Stefan Behnel wrote:
> Hi,
>
> Javier de la Torre wrote:
>> I am trying to install lxml on Windows, well, what I actually want is
>> to create a windows python installation that includes lxml already
>> installed on it.
>>
>> I have created a Python program that make use of lxml and I would
>> like to distribute it for Windows as an installer. My idea is to
>> install Python and all requiered libraries for my software on it and
>> then bundle this python folder together with my program.
>>
>> I am trying to install lxml in Windows and I dont manage. Following
>> the instructions that appear on the lxml website seems that I have to
>> download the binaries for lxml, libxslt, etc and lace it somewhere, I
>> imagine that in the windows folder, but would be possible to have all
>> this in the python folder and that lxml make use of them?
>>
>> I just want to avoid users of my program to download from 10
>> different places Python and non-Python programs in order to use my
>> app.
>
> It would definitely be easiest for you to use a static egg of lxml.
> While
> there's not currently one for lxml 1.1.2, there's one for 1.1.1
> that you can
> get from the cheeseshop.
>
> Stefan
>
More information about the lxml-dev
mailing list