You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, while using Weasyprint 0.29 (that uses html5lib 0.999999999) for printing templates, I have found following issue:
env/local/lib/python2.7/site-packages/html5lib/_inputstream.py", line 149, in HTMLInputStream return HTMLUnicodeInputStream(source, **kwargs) TypeError: __init__() got an unexpected keyword argument 'encoding'
It seems that it is caused by changes in issue #120 (line 149). HTMLUnicodeInputStream constructor is called with multiple arguments, but the constructor itself has only one parameter.
Edit: version 0.9999999 (7x9) is working correctly.
The text was updated successfully, but these errors were encountered:
Hi, while using Weasyprint 0.29 (that uses html5lib 0.999999999) for printing templates, I have found following issue:
env/local/lib/python2.7/site-packages/html5lib/_inputstream.py", line 149, in HTMLInputStream return HTMLUnicodeInputStream(source, **kwargs) TypeError: __init__() got an unexpected keyword argument 'encoding'
It seems that it is caused by changes in issue #120 (line 149). HTMLUnicodeInputStream constructor is called with multiple arguments, but the constructor itself has only one parameter.
Edit: version 0.9999999 (7x9) is working correctly.
The text was updated successfully, but these errors were encountered: