-----Ursprüngliche Nachricht-----
Von: Danny Yoo [mailto:[email protected]]
Gesendet: Freitag, 1. Januar 2016 19:17
An: Alan Gauld <[email protected]>
Cc: marcus lütolf <[email protected]>; Python Tutor Mailing List
<[email protected]>
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 - [email protected]
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor