[Tutor] trouble with beautiful soup

Danny Yoo dyoo at hashcollision.org
Thu Dec 24 14:39:30 EST 2015


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!


More information about the Tutor mailing list