Statistics...help with numpy/scipy install

Oscar Benjamin oscar.j.benjamin at gmail.com
Sun Feb 10 20:26:27 EST 2013


On 10 February 2013 22:14, Rex Macey <xer0925 at 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



More information about the Python-list mailing list