2009/4/12 Kent Johnson <kent37 at 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