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
Now I'm getting a TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases error.
I've pretty much given up on using webkit2png for the time being, but I'm hoping the Swift solution mentioned in #108 will be available someday soon!
The text was updated successfully, but these errors were encountered:
I suppose this is related to #108. I can no longer get
webkit2png
to work on MacOS 13 Ventura. I am using an Apple Silicon M1 MBP.pyenv
).print
statements not containing parenthesis (a Python 3 change), which I resolved by adding parenthesis.pyobjc
similar to what is describes in AttributeError: protocols #89.TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases
error.I've pretty much given up on using
webkit2png
for the time being, but I'm hoping the Swift solution mentioned in #108 will be available someday soon!The text was updated successfully, but these errors were encountered: