Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!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; 'url:pypi': 0.03; 'binary': 0.05; 'error:': 0.05; 'versions.': 0.07; 'python': 0.09; 'exited': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'skip:c 80': 0.09; 'subject:Help': 0.10; '2.7.3': 0.16; 'command,': 0.16; 'easy_install': 0.16; 'from:addr:behnel.de': 0.16; 'from:addr:stefan_ml': 0.16; 'from:name:stefan behnel': 0.16; 'mean,': 0.16; 'reasonably': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'url:faq': 0.16; 'url:setuptools': 0.16; 'stefan': 0.17; 'windows': 0.19; 'file.': 0.20; 'bit': 0.21; 'errors': 0.23; 'installed': 0.23; 'external': 0.24; 'script': 0.24; 'header:In-Reply-To:1': 0.25; 'header:User- Agent:1': 0.26; 'recognized': 0.27; 'installing': 0.27; 'header:X -Complaints-To:1': 0.28; 'them?': 0.29; 'url:download': 0.29; 'install': 0.29; "skip:' 10": 0.30; 'ends': 0.30; 'url:python': 0.32; 'received:84': 0.32; 'running': 0.32; 'to:addr:python-list': 0.33; 'version': 0.34; 'fresh': 0.35; 'received:org': 0.36; 'url:org': 0.36; 'unable': 0.36; 'subject:: ': 0.38; 'sure': 0.38; 'to:addr:python.org': 0.39; 'build': 0.39; 'header:Received:5': 0.40; 'overcome': 0.71; 'day': 0.73; 'ian,': 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: Help needed installing easy_install and lxml2 Date: Thu, 16 Aug 2012 09:01:33 +0200 References: <502BFAF6.9060502@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: dslb-084-056-027-041.pools.arcor-ip.net User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 In-Reply-To: <502BFAF6.9060502@gmail.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 37 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1345100505 news.xs4all.nl 6950 [2001:888:2000:d::a6]:41607 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:27143 Ian, 15.08.2012 21:39: > On a reasonably fresh (3 day old) install of 64 bit windows 7, I have > installed the 64 bit Python 2.7.3 from http://www.python.org/download/ > > Then I installed the 64 bit version of easy_install using > http://pypi.python.org/pypi/setuptools > > And then install lxml 2.3.5, for which I use the instructions at > http://lxml.de/installation.html#installation > > This ends with: > Processing lxml-2.3.5.tgz > Running lxml-2.3.5\setup.py -q bdist_egg --dist-dir > c:\users\ian\appdata\local\temp\easy_install-9__rq7\lxml-2.3.5\egg-dist-tmp-uj_v_2 > > Building lxml version 2.3.5. > Building without Cython. > ERROR: 'xslt-config' is not recognized as an internal or external command, > operable program or batch file. > > ** make sure the development packages of libxml2 and libxslt are installed ** > > Using build configuration of libxslt > error: Setup script exited with error: Unable to find vcvarsall.bat > > C:\Users\ian> > > Now what? I thought I was installing the binary package do I would not need > any development versions. > > What do these errors mean, and how can I overcome them? http://lxml.de/FAQ.html#where-are-the-binary-builds Stefan