logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Re: Testing lxml on Windows [was: Re: lxml 1.1.1 win32 builds for 2.4 and 2: msg#00113

Subject: Re: Testing lxml on Windows [was: Re: lxml 1.1.1 win32 builds for 2.4 and 2.5]
Stefan Behnel wrote:
>> Maybe if I can do 'easy_install lxml=1.1 develop' (or whatever is the
>> right incantation) and get a branch checkout? That would be a ton
>> easier.
> 
> Sadly, cheeseshop can't handle this. But SVN access should work just fine.

You can kind of manage this.  You need a link like this (possibly in the 
long_description that gets put on the Cheese Shop):

   http://codespeak.net/svn/lxml/branch/threading#egg=lxml-threading

Then you can do:

   easy_install -e -b . lxml==threading

And it will check out (as "editable": -e) the branch.  You'll have to do 
"python setup.py develop" on your own after that.



-- 
Ian Bicking | ianb@xxxxxxxxxxxxxx | http://blog.ianbicking.org


<Prev in Thread] Current Thread [Next in Thread>