Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.tele.dk!feed118.news.tele.dk!news.tele.dk!small.news.tele.dk!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; 'python,': 0.02; 'url:pypi': 0.03; 'from:addr:yahoo.co.uk': 0.04; 'binary': 0.07; 'everybody,': 0.07; 'lawrence': 0.09; 'messing': 0.09; 'okay': 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; 'python': 0.11; 'windows': 0.15; '"setuptools': 0.16; 'aborted': 0.16; 'ah,': 0.16; 'installer,': 0.16; 'op.': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'shifts': 0.16; 'subject:default': 0.16; 'url:setuptools': 0.16; 'files.': 0.16; 'ignore': 0.16; 'language': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'version.': 0.19; 'programming': 0.22; 'install': 0.23; 'installation': 0.23; 'header:User-Agent:1': 0.23; 'looks': 0.24; "i've": 0.25; 'second': 0.26; 'downloaded': 0.26; 'url:edu': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; "i'm": 0.30; 'easier': 0.31; 'kay': 0.31; 'safely': 0.31; 'file': 0.32; 'stuff': 0.32; 'url:python': 0.33; 'plain': 0.33; 'advice': 0.35; 'problem.': 0.35; 'but': 0.35; 'there': 0.35; 'version': 0.36; 'c++': 0.36; 'url:org': 0.36; 'wrong': 0.37; 'christian': 0.38; 'to:addr:python-list': 0.38; 'visual': 0.39; 'to:addr:python.org': 0.39; 'unable': 0.39; 'received:org': 0.40; 'then,': 0.60; 'world.': 0.61; "you've": 0.63; 'url:4': 0.69; 'avoids': 0.84; 'infamous': 0.84; 'installer': 0.84; 'way)': 0.84; 'subject:Setting': 0.96 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Mark Lawrence Subject: Re: Setting longer default decimal precision Date: Wed, 20 Nov 2013 19:59:11 +0000 References: <528cc0eb$0$29992$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: host-78-147-19-175.as13285.net User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Thunderbird/24.1.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: 34 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1384977569 news.xs4all.nl 15994 [2001:888:2000:d::a6]:59102 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:60130 On 20/11/2013 19:34, Kay Y. Jheallee wrote: > > Ah, that looks like just the puppy I'm looking for. :) > Okay then, I just installed the PortableApps version of Python, > but when I downloaded "mpmath-0.17.win32" the installer aborted with "No > Python installation found in the registry". > So I'm trying to install "setuptools 1.4" (and do it that way) at > > https://pypi.python.org/pypi/setuptools/1.4 > > but where is the "Download" link ("Downloads" just shifts down to the > page section)? I'm just looking for the ".zip" file version (if one > exists), not ".tar.gz". > Thx! > Advice from a long time Python Windows user that's aimed at everybody, not just the OP. Always try and find a binary installer, it's far easier than messing about with ".zip" or ".tar.gz" files. In particular it avoids the infamous "error: Unable to find vcvarsall.bat", which in plain English means you've not got Visual C++ installed or you've got the wrong version. A very good site to find binaries is this http://www.lfd.uci.edu/~gohlke/pythonlibs/. You can safely ignore the "Unofficial" at the top of the page, I've been using stuff from there for years and never, ever had a problem. -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence