Hi there, Before the lxml 0.8 release, I'd like to get the windows build and release process in place. So far I've heard about 3 or 4 people who got it built on Windows, but I'd like an official version that can be hosted on the lxml website that we can update for each release. I'm not able to maintain this myself, so this is a request for a regular maintainer. Here is what I think are the requirements: * should be easy to build. That means the setup.py in lxml should be adjusted so that typing in the right command will build the right thing on windows. * should include libxml2 + libxslt so that users do not have to go out and install the right versions of that. These versions should ideally not conflict with other versions of those libraries that may already be installed. Does not need to contain the included libxml2/libxslt bindings though; lxml is supposed to replace these. * should be easy to install on Windows. * it should be easy to run the tests on Windows (I heard there were some problems with getting it going). * whenever I pull a release, I need a specific person who I can contact so that I can make sure the windows package for this release will be created as well. This way, I can put that online as well on the lxml website at release time or shortly after release, next to the source release. Opinions? Volunteers to work on aspects of this? Regards, Martijn