This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author joseph.reagle
Recipients joseph.reagle
Date 2019-11-25.23:30:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <44e9b334-fdf8-30c9-33a6-de4abda5a499@reagle.org>
In-reply-to <1574724534.5.0.309453376726.issue38910@roundup.psfhosted.org>
Content
Here's the error:

```
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "src/lxml/etree.pyx", line 2291, in lxml.etree._ElementTree.xpath
  File "src/lxml/etree.pyx", line 1869, in lxml.etree._ElementTree._assertHasRoot
AssertionError: ElementTree not initialized, missing root
```
History
Date User Action Args
2019-11-25 23:30:44joseph.reaglesetrecipients: + joseph.reagle
2019-11-25 23:30:44joseph.reaglelinkissue38910 messages
2019-11-25 23:30:44joseph.reaglecreate