Re: [Matplotlib-users] Newbie trying to install matplotlib on OS10.5

2008-06-16 Thread John Hunter
On Sun, Jun 15, 2008 at 3:50 PM, Dan Murphy <[EMAIL PROTECTED]> wrote: > Moving (finally) to the matplotlib step. I had previously downloaded > wxPython2.8. My ubuntu-knowledgeable son helped me with the configure and > make install part or your instructions and everything now works fine: numpy > w

Re: [Matplotlib-users] Newbie trying to install matplotlib on OS10.5

2008-06-13 Thread John Hunter
On Fri, Jun 13, 2008 at 2:43 AM, Dan Murphy <[EMAIL PROTECTED]> wrote: import scipy scipy.test('1','10') > gave me this > Traceback (most recent call last): > ImportError: Need nose >=0.10 for tests - see This is just an error in the testing framework. Apparently you need to upgrade t

Re: [Matplotlib-users] Newbie trying to install matplotlib on OS10.5

2008-06-12 Thread Christopher Barker
John Hunter wrote: > Could you try the instructions at: > > http://ipython.scipy.org/moin/Py4Science/InstallationOSX Minor note on that: """ I installed wxPython2.8-osx-unicode-2.8.3.0-universal10.4-py2.5.dmg from the pythonmac site and am crossing my fingers that I don't find myself entangled

Re: [Matplotlib-users] Newbie trying to install matplotlib on OS10.5

2008-06-12 Thread Christopher Barker
John Hunter wrote: > Could you try the instructions at: > > http://ipython.scipy.org/moin/Py4Science/InstallationOSX note that these only work on OS-X 10.5 (which was the OP's question). However, the key issue is if you are building it just for yourself, or if you want to be able to re-distribu

Re: [Matplotlib-users] Newbie trying to install matplotlib on OS10.5

2008-06-12 Thread John Hunter
On Thu, Jun 12, 2008 at 1:11 AM, Dan Murphy <[EMAIL PROTECTED]> wrote: > I tried to follow the directions per > > % python setup.py build > % python setup.py install Could you try the instructions at: http://ipython.scipy.org/moin/Py4Science/InstallationOSX and let us know how it goes? Thanks,