The error message suggests that something is misspelled.  Let's look
at the message again:

>> Traceback (most recent call last):
>>   File "C:/Python27/Beautiful Soup_ex1.py", line 2, in <module>
>>     from beautifulspoup import *
>> ImportError: No module named beautifulspoup


A "spoup" is, according to Urban Dictionary, a: "A descriptive word,
mainly used in the North Northumberland border area...it describes a
person that is being obviously silly, but they do not notice."
http://www.urbandictionary.com/define.php?term=Spoup

A "soup" is something slightly different.  As Jos suggests, try
correcting the spelling and try again.

Good luck!
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to