Install under Win 7

Under Win7pro, I have tried to install matplotlib by running either matplotlib-1.3.0.win32-py3.3.exe or
matplotlib-1.3.1.win32-py3.3.exe. In each case, the installer tells pythion-3.3 is not in the registry (although
Anaconda was successfully installed previousle). A pop-up window then opens, asking me for the python
and installation directories. It proves impossible to write anything in this window.
Does anybody know what's wrong in my set up ?
TIA for any help
JP Grivet*

You should be using conda to install matplotlib:

conda create --name mpl33 matplotlib python=3.3 ipython-notebok

source activate mpl33

···

On Fri, Apr 11, 2014 at 8:11 AM, grivet <grivet@…2393…> wrote:

Under Win7pro, I have tried to install matplotlib by running either

matplotlib-1.3.0.win32-py3.3.exe or

matplotlib-1.3.1.win32-py3.3.exe. In each case, the installer tells

pythion-3.3 is not in the registry (although

Anaconda was successfully installed previousle). A pop-up window then

opens, asking me for the python

and installation directories. It proves impossible to write anything in

this window.

Does anybody know what’s wrong in my set up ?

TIA for any help

JP Grivet*


Put Bad Developers to Shame

Dominate Development with Jenkins Continuous Integration

Continuously Automate Build, Test & Deployment

Start a new project now. Try Jenkins in the cloud.

http://p.sf.net/sfu/13600_Cloudbees


Matplotlib-users mailing list

Matplotlib-users@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/matplotlib-users

You’re on windows, so that last command is just “activate mpl33”

···

On Fri, Apr 11, 2014 at 7:05 PM, Paul Hobson <pmhobson@…1003…7…> wrote:

You should be using conda to install matplotlib:

conda create --name mpl33 matplotlib python=3.3 ipython-notebok

source activate mpl33

On Fri, Apr 11, 2014 at 8:11 AM, grivet <grivet@…2393…> wrote:

Under Win7pro, I have tried to install matplotlib by running either

matplotlib-1.3.0.win32-py3.3.exe or

matplotlib-1.3.1.win32-py3.3.exe. In each case, the installer tells

pythion-3.3 is not in the registry (although

Anaconda was successfully installed previousle). A pop-up window then

opens, asking me for the python

and installation directories. It proves impossible to write anything in

this window.

Does anybody know what’s wrong in my set up ?

TIA for any help

JP Grivet*


Put Bad Developers to Shame

Dominate Development with Jenkins Continuous Integration

Continuously Automate Build, Test & Deployment

Start a new project now. Try Jenkins in the cloud.

http://p.sf.net/sfu/13600_Cloudbees


Matplotlib-users mailing list

Matplotlib-users@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/matplotlib-users