-----Ursprüngliche Nachricht----- Von: Danny Yoo [mailto:d...@hashcollision.org] Gesendet: Freitag, 1. Januar 2016 19:17 An: Alan Gauld <alan.ga...@btinternet.com> Cc: marcus lütolf <marcus.luet...@bluewin.ch>; Python Tutor Mailing List <tutor@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 _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor