[Tutor] trouble with beautiful soup

marcus lütolf marcus.luetolf at bluewin.ch
Sat Jan 2 04:37:02 EST 2016


-----Ursprüngliche Nachricht-----
Von: Danny Yoo [mailto:dyoo at hashcollision.org] 
Gesendet: Freitag, 1. Januar 2016 19:17
An: Alan Gauld <alan.gauld at btinternet.com>
Cc: marcus lütolf <marcus.luetolf at bluewin.ch>; Python Tutor Mailing List <tutor at python.org>
Betreff: Re: [Tutor] trouble with beautiful soup

According to the documentation for Beautiful Soup 3,

    http://www.crummy.com/software/BeautifulSoup/bs3/documentation.html

you must use one of the following:


    from BeautifulSoup import BeautifulSoup          # For processing HTML

OR

    from BeautifulSoup import BeautifulStoneSoup     # For processing XML

OR

    import BeautifulSoup                             # To get everything


Note that capitalization matters.


Yes !!! Thank you all again, case closed, Marcus.


---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus



More information about the Tutor mailing list