Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'win32': 0.03; 'binary': 0.05; 'that?': 0.05; 'subject:How': 0.09; 'subject:Windows': 0.09; 'python': 0.09; 'bindings': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'binaries': 0.16; 'from:addr:behnel.de': 0.16; 'from:addr:stefan_ml': 0.16; 'from:name:stefan behnel': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:install': 0.16; 'stefan': 0.17; 'url:edu': 0.18; 'windows': 0.19; 'assuming': 0.22; 'example': 0.23; 'header:In- Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'guess': 0.27; 'pages,': 0.27; 'plain': 0.27; 'installing': 0.27; 'header:X -Complaints-To:1': 0.28; 'install': 0.29; 'subject: ?': 0.30; 'file': 0.32; 'received:84': 0.32; 'ubuntu': 0.33; 'to:addr :python-list': 0.33; 'skip:l 30': 0.35; 'received:org': 0.36; 'but': 0.36; 'should': 0.36; 'rather': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'subject:-': 0.40; 'header:Received:5': 0.40; 'here:': 0.62; 'url:be': 0.65; '2.7.': 0.84; 'fro': 0.84; 'received:arcor-ip.net': 0.84; 'received:pools .arcor-ip.net': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Stefan Behnel Subject: Re: How to install libxml2-devel and libxslt-devel in Windows ? Date: Sun, 11 Nov 2012 08:54:01 +0100 References: <699e96d4-0141-4202-9b0b-deda6532d0a4@v9g2000yql.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: dslb-084-056-004-120.pools.arcor-ip.net User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121028 Thunderbird/16.0.2 In-Reply-To: <699e96d4-0141-4202-9b0b-deda6532d0a4@v9g2000yql.googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1352620459 news.xs4all.nl 6922 [2001:888:2000:d::a6]:37594 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:33119 goldtech, 10.11.2012 18:12: > I have Windows XP and Python 2.7.x > > I download and install libxml2-python-2.7.7.win32-py2.7.exe, From > here: http://users.skynet.be/sbi/libxml-python/ > > This file has both libxml2 AND libxslt. > > But, I also need libxml2-devel and libxslt-devel for python 2.7. Are > binaries for win32 available for that? > > How do I to get these devel files? In Ubuntu fro example this is all > in the repositories. But I guess I don't understand how to get this in > Windows... Assuming that you are actually looking for lxml rather than the plain libxml2/libxslt Python bindings and seeing that you don't fear installing software from arbitrary web pages, you should try this binary installer: http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml Stefan