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


Groups > comp.lang.python > #38630

Re: Statistics...help with numpy/scipy install

References <3a451dc0-7f20-4116-92a6-fdaadc4d49fa@googlegroups.com> <mailman.1594.1360519829.2939.python-list@python.org> <59f1b8c5-1166-4c40-89f3-05304d1b6360@googlegroups.com> <5d3e0920-f204-4e5e-8c41-a8d44eddbde9@googlegroups.com>
From Oscar Benjamin <oscar.j.benjamin@gmail.com>
Date 2013-02-11 01:26 +0000
Subject Re: Statistics...help with numpy/scipy install
Newsgroups comp.lang.python
Message-ID <mailman.1616.1360546468.2939.python-list@python.org> (permalink)

Show all headers | View raw


On 10 February 2013 22:14, Rex Macey <xer0925@hotmail.com> wrote:
> I should have added that the setup gives an error window "Cannot install" "Python version 3.3 required, which was not found in the registry."

Yes, you should have added this information. Are you sure that Python
3.3 is installed? Have you tried running it? e.g. when I run "python"
in my terminal I get:

oscar:~$ python
Python 2.7.3 (default, Sep 26 2012, 21:51:14)
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>

>From within Python I can also query the version:
>>> import sys
>>> sys.version
'2.7.3 (default, Sep 26 2012, 21:51:14) \n[GCC 4.7.2]'

Can you get similar output to confirm that Python 3.3 is installed?


Oscar

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


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