Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #60134

Re: Setting longer default decimal precision

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <mail@timgolden.me.uk>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; 'python,': 0.02; 'url:pypi': 0.03; 'binary': 0.07; 'okay': 0.09; 'python': 0.11; 'windows': 0.15; '"setuptools': 0.16; 'aborted': 0.16; 'ah,': 0.16; 'be:': 0.16; 'from:addr:timgolden.me.uk': 0.16; 'from:name:tim golden': 0.16; 'message-id:@timgolden.me.uk': 0.16; 'portable': 0.16; 'received:74.55.86': 0.16; 'received:74.55.86.74': 0.16; 'received:smtp.webfaction.com': 0.16; 'received:webfaction.com': 0.16; 'setuptools': 0.16; 'shifts': 0.16; 'subject:default': 0.16; 'tjg': 0.16; 'unpack': 0.16; 'url:setuptools': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'install': 0.23; 'installation': 0.23; 'header:User-Agent:1': 0.23; 'looks': 0.24; 'downloaded': 0.26; 'header:In-Reply-To:1': 0.27; 'installed': 0.27; 'patch': 0.29; "i'm": 0.30; 'kay': 0.31; 'file': 0.32; 'url:python': 0.33; "i'd": 0.34; 'tool': 0.35; 'but': 0.35; 'version': 0.36; 'url:org': 0.36; 'should': 0.36; 'turn': 0.37; 'to:addr:python-list': 0.38; 'fact': 0.38; 'support,': 0.39; 'to:addr:python.org': 0.39; 'skip:u 10': 0.60; 'then,': 0.60; 'new': 0.61; 'back': 0.62; "you've": 0.63; 'more': 0.64; 'worth': 0.66; 'url:4': 0.69; 'brand': 0.72; 'from:addr:mail': 0.83; 'installer': 0.84; 'way)': 0.84; 'try.': 0.91; 'subject:Setting': 0.96
Date Wed, 20 Nov 2013 20:24:37 +0000
From Tim Golden <mail@timgolden.me.uk>
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0
MIME-Version 1.0
To python-list@python.org
Subject Re: Setting longer default decimal precision
References <l6d7c7$402$1@speranza.aioe.org> <528cc0eb$0$29992$c3e8da3$5496439d@news.astraweb.com> <l6j2st$na7$1@speranza.aioe.org>
In-Reply-To <l6j2st$na7$1@speranza.aioe.org>
Content-Type text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding 7bit
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2988.1384979058.18130.python-list@python.org> (permalink)
Lines 27
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1384979058 news.xs4all.nl 15980 [2001:888:2000:d::a6]:44606
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:60134

Show key headers only | View raw


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".

Yes, unfortunately you seem to have hit the "sour spot" of installation: 
Windows with a Portable Python.

I note that the setuptools page has a .whl, which is the brand new 
Python binary installer. Although designed to be installed with tool 
support, it is in fact a .zip file which you should be able to unpack 
into c:\python<xy>\lib\site-packages. It might be worth a try.

Please feel to come back for more help if needs be: you've hit an 
unfortunately bumpy patch in the Python experience and I'd prefer to 
smooth things out for you than have to turn away in disgust :)

TJG

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Setting longer default decimal precision "Kay Y. Jheallee" <nospam@use.net> - 2013-11-18 14:14 +0000
  Re: Setting longer default decimal precision Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-11-18 14:43 +0000
  Re: Setting longer default decimal precision Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-11-18 20:29 -0500
  Re: Setting longer default decimal precision Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-11-20 14:02 +0000
    Re: Setting longer default decimal precision Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-11-20 14:40 +0000
    Re: Setting longer default decimal precision "Kay Y. Jheallee" <nospam@use.net> - 2013-11-20 19:34 +0000
      Re: Setting longer default decimal precision Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-20 19:59 +0000
      Re: Setting longer default decimal precision Tim Golden <mail@timgolden.me.uk> - 2013-11-20 20:04 +0000
      Re: Setting longer default decimal precision Tim Golden <mail@timgolden.me.uk> - 2013-11-20 20:24 +0000
      Re: Setting longer default decimal precision Larry Hudson <orgnut@yahoo.com> - 2013-11-20 23:04 -0800

csiph-web