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
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to