|
From: Simson G. <si...@ac...> - 2006-11-21 12:49:34
|
Well, I manually installed pytz and got this error:
File "make_stats.py", line 184, in ?
do_plot(hosts['ec2'])
File "make_stats.py", line 80, in do_plot
from matplotlib.dates import MonthLocator, WeekdayLocator,
DateFormatter
File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
python2.4/site-packages/matplotlib/dates.py", line 92, in ?
from dateutil.rrule import rrule, MO, TU, WE, TH, FR, SA, SU,
YEARLY, \
ImportError: No module named dateutil.rrule
So I did a fresh install of matplotlib from darwinports (port install
py-matplotlib) and now I'm getting the SAME ERROR...
Any thoughts?
On Nov 20, 2006, at 7:36 PM, Simson Garfinkel wrote:
> I'm using matplotlib on a Mac. I tried to do a date plot but got an
> error message that pytz is not installed. According to the "using
> matplotlib" tutorial pytz it is supposed to be installed
> automatically...
>
> Traceback (most recent call last):
> File "make_stats.py", line 184, in ?
> do_plot(hosts['ec2'])
> File "make_stats.py", line 80, in do_plot
> from matplotlib.dates import MonthLocator, WeekdayLocator,
> DateFormatter
> File "/Library/Frameworks/Python.framework/Versions/2.4/lib/
> python2.4/site-packages/matplotlib/dates.py", line 89, in ?
> from pytz import timezone
> ImportError: No module named pytz
> [simsong@Black s3bandwidth] %
>
> Any
> cue?------------------------------------------------------------------
> -------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to
> share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?
> page=join.php&p=sourceforge&CID=DEVDEV________________________________
> _______________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
|