|
From: John H. <jdh...@ac...> - 2006-11-21 16:49:24
|
>>>>> "Simson" == Simson Garfinkel <si...@ac...> writes:
Simson> Well, I manually installed pytz and got this error: File
Simson> "make_stats.py", line 184, in ? do_plot(hosts['ec2'])
Simson> File "make_stats.py", line 80, in do_plot from
Simson> matplotlib.dates import MonthLocator, WeekdayLocator,
Simson> DateFormatter File
Simson> "/Library/Frameworks/Python.framework/Versions/2.4/lib/
Simson> python2.4/site-packages/matplotlib/dates.py", line 92, in
Simson> ? from dateutil.rrule import rrule, MO, TU, WE, TH, FR,
Simson> SA, SU, YEARLY, \ ImportError: No module named
Simson> dateutil.rrule
Simson> So I did a fresh install of matplotlib from darwinports
Simson> (port install py-matplotlib) and now I'm getting the SAME
Simson> ERROR...
When you install matplotlib from src, it automatically installs pytz
and dateutil if they are not already on your system. The darwinports
build may be broken. Try grabbing datetuil yourself and installing it
-- it's pure python so it should be easy.
http://labix.org/python-dateutil
JDH
|