Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!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; 'from:addr:yahoo.co.uk': 0.04; 'installed.': 0.07; 'lawrence': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'tismer': 0.09; 'subject:question': 0.10; 'python': 0.11; '2.7': 0.14; 'windows': 0.15; 'binary.': 0.16; 'easy_install': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'tag,': 0.16; 'using,': 0.16; 'appropriate': 0.16; 'language': 0.16; 'fix': 0.17; 'wrote:': 0.18; 'library': 0.18; 'trying': 0.19; 'programming': 0.22; 'installation': 0.23; 'header:User-Agent:1': 0.23; 'error': 0.23; 'guys': 0.24; "i've": 0.25; 'second': 0.26; 'url:edu': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'related': 0.29; 'waste': 0.30; 'getting': 0.31; 'occurs': 0.31; 'says': 0.33; 'url:python': 0.33; 'guess': 0.33; 'problem': 0.35; "can't": 0.35; 'advice': 0.35; 'but': 0.35; 'version': 0.36; 'installing': 0.36; 'url:org': 0.36; 'wrong': 0.37; 'christian': 0.38; 'to:addr:python-list': 0.38; 'anything': 0.39; 'visual': 0.39; 'to:addr:python.org': 0.39; 'unable': 0.39; 'received:org': 0.40; 'world.': 0.61; "you're": 0.61; 'received:2': 0.84; 'this...': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: question Date: Wed, 23 Oct 2013 21:45:32 +0100 References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-2-98-201-160.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 In-Reply-To: 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: 30 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1382561149 news.xs4all.nl 15986 [2001:888:2000:d::a6]:55981 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:57384 On 23/10/2013 21:24, Cesar Campana wrote: > Hi! > > Im installing the python library for the version 2.7 but Im getting the > error unable to find vcvarsall.bat > > I was looking on line but it says is related to Visual Studio...? > > Can you guys please help me to fix this... > > Cesar > > That error occurs when you're trying to build a Python library but don't have the appropriate version of Visual Studio installed. If all you want is a standard Python 2.7 installation what is wrong with the quick link at http://www.python.org/ ? If that's not what you want, my advice is don't waste your time trying easy_install or pip, which is what I guess you're using, get a windows binary. Here's a good place if you can't find anything else http://www.lfd.uci.edu/~gohlke/pythonlibs/ :- please don't be put off by the "unofficial" tag, I've never had a problem using any download from this site. -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence