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
[EMAIL PROTECTED] s3bandwidth] %

Any cue? 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

-------------------------------------------------------------------------
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
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to