As a work-around, if there's only a handful of wrong records, catching the
error and fixing the records in the DB does the job:
=======
try:
#file.write(soup.body.text)
text = soup.body.text
except AttributeError as error:
file.write(str(error))
========
_______________________________________________
lxml - The Python XML Toolkit mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/lxml.python.org/
Member address: [email protected]