Issue 74: AttributeError: 'module' object has no attribute 'isValidEncoding'
http://code.google.com/p/html5lib/issues/detail?id=74
New issue report by jgraham.html:
>From issue 73:
"Also (for the benefit of users that happen to run in to this in combination
with pisa) pisa 3.0.22 won't work together with html5lib 0.11.1 (does with
0.10) and fails with the following error:
AttributeError: 'module' object has no attribute 'isValidEncoding'
An ugly workaround for this is to put the following in the start of the
pisa script:
import html5lib.inputstream
html5lib.inputstream.isValidEncoding = html5lib.inputstream.codecName"
Issue attributes:
Status: Accepted
Owner: jgraham.html
Labels: Type-Defect Priority-Medium
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"html5lib-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/html5lib-discuss?hl=en-GB
-~----------~----~----~----~------~----~------~--~---