[Tutor] matplotlib question - Dates not showing up on X axis

Steven D'Aprano steve at pearwood.info
Tue Nov 6 03:36:34 CET 2012


On 06/11/12 04:42, jim schmidt wrote:
> import website as website

What's website? When I try it, I get an error.

py> import website as website
Traceback (most recent call last):
   File "<stdin>", line 1, in <module>
ImportError: No module named website


By the way, there's no need to say "import X as X". Just say "import X".



-- 
Steven


More information about the Tutor mailing list