Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder2.hal-mli.net!zen.net.uk!dedekind.zen.co.uk!multikabel.net!newsfeed20.multikabel.net!news2.euro.net!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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; 'installed.': 0.05; 'python': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'such.': 0.09; 'terry': 0.09; 'programs.': 0.11; 'numpy': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'subject:install': 0.16; 'swallow': 0.16; 'later': 0.16; 'string': 0.17; 'wrote:': 0.17; 'jan': 0.18; 'appears': 0.18; 'memory': 0.18; 'trying': 0.21; 'bit': 0.21; 'latter': 0.22; 'programming': 0.23; 'thus': 0.24; 'command': 0.24; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'header:X-Complaints-To:1': 0.28; 'this?': 0.28; 'subject:/': 0.28; 'run': 0.28; 'surprised': 0.29; 'objects': 0.29; "i'm": 0.29; 'window': 0.30; 'running': 0.32; 'impression': 0.33; 'to:addr:python-list': 0.33; 'likely': 0.33; 'pm,': 0.35; 'there': 0.35; 'received:org': 0.36; 'subject:with': 0.36; 'should': 0.36; 'why': 0.37; 'rather': 0.37; 'subject:: ': 0.38; 'files': 0.38; 'sure': 0.38; 'to:addr:python.org': 0.39; 'little': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'first': 0.61; 'relatively': 0.62; 'subject:...': 0.63; 'drive,': 0.65; 'received:fios.verizon.net': 0.84; 'rex': 0.84; 'subject:skip:S 10': 0.84; 'seriously,': 0.91 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Statistics...help with numpy/scipy install Date: Thu, 14 Feb 2013 00:29:09 -0500 References: <3a451dc0-7f20-4116-92a6-fdaadc4d49fa@googlegroups.com> <5b8abdc5-bff7-4d9f-8762-323e30c575a5@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: pool-173-75-251-66.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 In-Reply-To: <5b8abdc5-bff7-4d9f-8762-323e30c575a5@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: 1360819779 news.xs4all.nl 6922 [2001:888:2000:d::a6]:53526 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:38841 On 2/13/2013 9:38 PM, Rex Macey wrote: > I am sure I have python installed. I have been running it. in command > line the window title is c:\python33\python.exe. The first line > begins Python 3.3.0. Later in the line is the string "64 bit ] > on Win32". > > Thus it appears I am trying to run a 32bit numpy with a 64bit python. > (Seems like a big ole 64 bit python should be able to swallow a > little 32 bitty numpy). Is there a 64bit numpy? If not why not? Ask the numpy people. I am surprised since a reason to be using 64 rather than 32 bit python is to have objects larger than 2 gigabytes and memory larger than 4 gigabytes. Numerical/scientific programming is relatively likely to need such. > someone get on this? Seriously, I'm under the impression that I need > the 64 bit python because I have a 64 bit OS. If you look on your C: drive, you should have both 'Program Files' and 'Program Files (x86)' directories. The latter is for 32 bit programs. -- Terry Jan Reedy