2009/4/12 Kent Johnson <ken...@tds.net>:
> try:
>  tsoup = BeautifulSoup(data)
> except HTMLParseError, ex:

Aah, ex is the object/class which has the error data. This was the
missing piece for me.

Many thanks Kent!

Greets
Sander
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to