Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #38841
| 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 | <python-python-list@m.gmane.org> |
| 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 <tjreedy@udel.edu> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://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 | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1755.1360819779.2939.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
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 <AMD64>] > 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Statistics...help with numpy/scipy install Rex Macey <xer0925@gmail.com> - 2013-02-10 09:35 -0800
Re: Statistics...help with numpy/scipy install Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-02-10 18:10 +0000
Re: Statistics...help with numpy/scipy install Rex Macey <xer0925@hotmail.com> - 2013-02-10 14:11 -0800
Re: Statistics...help with numpy/scipy install Rex Macey <xer0925@hotmail.com> - 2013-02-10 14:14 -0800
Re: Statistics...help with numpy/scipy install Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-02-11 01:26 +0000
Re: Statistics...help with numpy/scipy install David Robinow <drobinow@gmail.com> - 2013-02-10 21:22 -0500
Re: Statistics...help with numpy/scipy install Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-02-10 22:53 -0500
Re: Statistics...help with numpy/scipy install Rex Macey <xer0925@hotmail.com> - 2013-02-10 14:14 -0800
Re: Statistics...help with numpy/scipy install Rex Macey <xer0925@hotmail.com> - 2013-02-10 14:11 -0800
Re: Statistics...help with numpy/scipy install Michael Torrie <torriem@gmail.com> - 2013-02-10 11:14 -0700
Re: Statistics...help with numpy/scipy install "Colin J. Williams" <cjw@ncf.ca> - 2013-02-10 13:23 -0500
Re: Statistics...help with numpy/scipy install David Robinow <drobinow@gmail.com> - 2013-02-10 14:29 -0500
Re: Statistics...help with numpy/scipy install Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-02-10 19:34 +0000
Re: Statistics...help with numpy/scipy install Rex Macey <xer0925@gmail.com> - 2013-02-13 18:38 -0800
Re: Statistics...help with numpy/scipy install Terry Reedy <tjreedy@udel.edu> - 2013-02-14 00:29 -0500
Re: Statistics...help with numpy/scipy install Dave Angel <davea@davea.name> - 2013-02-14 05:53 -0500
Re: Statistics...help with numpy/scipy install Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2013-02-14 11:09 +0000
csiph-web