Re: [Matplotlib-users] installing matplotlib on mac os X with the *.dmg file

2012-08-31 Thread Russell E. Owen
In article 5b7d5731-75a1-4a27-8864-c973259cf...@neuro.uni-bremen.de, Felix Patzelt fe...@neuro.uni-bremen.de wrote: The dmg you are referring to appears to install to /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages (The main library, not the one for in our

Re: [Matplotlib-users] installing matplotlib on mac os X with the *.dmg file

2012-08-18 Thread Timothy Duly
Thank you for the information Paul and Felix. I have followed your advice and installed a package manager, pip. However, running: sudo pip install matplotlib did not work. Instead, the key was: sudo pip install git+ https://github.com/matplotlib/matplotlib.git#egg=matplotlib-dev worked

[Matplotlib-users] installing matplotlib on mac os X with the *.dmg file

2012-08-17 Thread Timothy Duly
Hi, I'm having trouble installing matplotlib on mac os x. I downloaded the dmg file (matplotlib-1.1.1-py2.7-python.org-macosx10.6.dmghttp://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.1.1/matplotlib-1.1.1-py2.7-python.org-macosx10.6.dmg/download ) from

Re: [Matplotlib-users] installing matplotlib on mac os X with the *.dmg file

2012-08-17 Thread Paul Hobson
On Fri, Aug 17, 2012 at 2:30 PM, Timothy Duly timdu...@gmail.com wrote: Hi, I'm having trouble installing matplotlib on mac os x. I downloaded the dmg file (matplotlib-1.1.1-py2.7-python.org-macosx10.6.dmg) from http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.1.1/ .

Re: [Matplotlib-users] installing matplotlib on mac os X with the *.dmg file

2012-08-17 Thread Felix Patzelt
The dmg you are referring to appears to install to /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages (The main library, not the one for in our user directory). Most likely, this directory is not in pythons search path. Therefore, python can't find any modules