We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Call to pydyf.PDF in weasyprint/pdf/init.py no longer works with pydyf version 0.11.0 (works fine with 0.11.0).
The function signature has been changed from __init__(self, version=None, identifier=None) to __init__(self)
__init__(self, version=None, identifier=None)
__init__(self)
The text was updated successfully, but these errors were encountered:
Hi,
That’s a duplicate of #2206, #2205, #2204, #2203, #2202 and #2200.
Sorry, something went wrong.
No branches or pull requests
Call to pydyf.PDF in weasyprint/pdf/init.py no longer works with pydyf version 0.11.0 (works fine with 0.11.0).
The function signature has been changed from
__init__(self, version=None, identifier=None)
to__init__(self)
The text was updated successfully, but these errors were encountered: