Re: [Matplotlib-users] Mac OSX binary missing setup.py

2008-01-29 Thread Charlie Moad
You shouldn't ever find a setup.py file in a binary distribution. It is there for building purposes, hence should be with the source distributions. - Charlie On Tue, Jan 29, 2008 at 10:47 AM, Jeff Younker <[EMAIL PROTECTED]> wrote: > I'm running on OSX 10.5. > > The installation process for me

Re: [Matplotlib-users] Mac OSX binary missing setup.py

2008-01-29 Thread Jeff Younker
I'm running on OSX 10.5. The installation process for me was the following two commands: $ easy_install matplotlib $ easy_install numpy That's it. You don't need to manually download the egg. You don't need to root around in the egg. Just run easy_install. It retrieves the egg and installs

[Matplotlib-users] Mac OSX binary missing setup.py

2008-01-29 Thread Michael Barton
I wanted to test MatPlotLib for use in a GIS system for which I help develop the GUI in wxPython. I'm working on a Mac Intel OSX 10.4.11 system. The installation instructions for OS X are very sketchy and there is no readme in the binary. But AFAICT, there ought to be a setup.py file in t