can't find body tag
Bug #686808 reported by
Henrik Nordvik
This bug report is a duplicate of:
Bug #690319: HTML parser errors on leading whitespace.
Edit
Remove
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
lxml |
New
|
Undecided
|
Unassigned |
Bug Description
url = 'http://
a = urllib2.
doc = lxml.html.
fails with
TypeError: object of type 'NoneType' has no len()
on line 636 in /usr/lib/
on ubuntu 10.10
Python : (2, 6, 6, 'final', 0)
lxml.etree : (2, 2, 6, 0)
libxml used : (2, 7, 7)
libxml compiled : (2, 7, 6)
libxslt used : (1, 1, 26)
libxslt compiled : (1, 1, 26)
To post a comment you must log in.