Hello, I am trying to download matplot (matplotlib-1.1.0) but at the start of the download I get a screen that says "Python version 2.7 required, which was not found in the registry." I have python 2.7. Where exactly should I save mathplotlib so that it can find python for the installation? Many thanks, Matt.
How did you install Python 2.7? None of my windows machines have ever hand any problem finding it when I installed from the official binaries found at python.org. -paul On Fri, Mar 30, 2012 at 9:56 AM, Mateusz J Burgunder <mbu...@we...> wrote: > Hello, > > I am trying to download matplot (matplotlib-1.1.0) but at the start of the > download I get a screen that says "Python version 2.7 required, which was > not found in the registry." > I have python 2.7. Where exactly should I save mathplotlib so that it can > find python for the installation? > > Many thanks, > Matt. > > ------------------------------------------------------------------------------ > This SF email is sponsosred by: > Try Windows Azure free for 90 days Click Here > http://p.sf.net/sfu/sfd2d-msazure > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users >
Hi, I have the same problem on Windows 7: I installated Python 2.7 from installation package, and matplotlib package gave me the mentioned error message during installation. Miro
On Saturday, May 19, 2012, Miro Ilias wrote: > Hi, > > I have the same problem on Windows 7: I installated Python 2.7 from > installation > package, and matplotlib package gave me the mentioned error message during > installation. > > Miro > > > Maybe this is a 32/64-bit issue? I.e., the python install was 64 bits but the mpl installer was for 32 bits? Ben Root
* Miro Ilias wrote: > Hi, > > I have the same problem on Windows 7: I installated Python 2.7 from > installation package, and matplotlib package gave me the mentioned > error message during installation. You could also try EPD, Enthought Python Distribution, which ships a lot of modules in one package, i.e. numpy, scipy, sympy and also matplotlib. You can download it here: http://enthought.com/repo/free/ -- Answer: Because we read from top to bottom, left to right! Question: Why should i start my reply below the quoted text?