Matplotlib 1.0 dateutils missing on MacOS X

Hi All

I had a problem installing matplotlib 1.0.0 on MacOS X 10.6 using python.org 2.6.5 with the binary installer (dmg). When importing pylab, datautils was missing. I fixed that by easy_installing python-dateutils, but it seems like it should be included in the installer or listed in the install requirements.

Thanks for a great piece of software!

-Ed

Russell -- did you use setup.cfg for the mac binaries? pytz and
dateutil should be turned on in that file (copy setup.cfg.template to
setup.cfg)

ยทยทยท

On Wed, Jul 7, 2010 at 12:39 PM, Edward Barnard <edbarnard@...287...> wrote:

Hi All

I had a problem installing matplotlib 1.0.0 on MacOS X 10.6 using python.org 2.6.5 with the binary installer (dmg). When importing pylab, datautils was missing. I fixed that by easy_installing python-dateutils, but it seems like it should be included in the installer or listed in the install requirements.

Thanks for a great piece of software!