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
Traceback (most recent call last):
File "/usr/local/bin/webkit2png", line 78, in <module>
class WebkitLoad (Foundation.NSObject, WebKit.protocols.WebFrameLoadDelegate):
File "/Library/Python/2.7/site-packages/objc/_lazyimport.py", line 163, in __getattr__
raise AttributeError(name)
AttributeError: protocols
Any idea why this could be happening.
The text was updated successfully, but these errors were encountered:
Due to the change of rules for mapping python into obj-c in 3.0+ versions of PyObjC this command line tool could not be used with 3.0+ PyObjC, generating Error described in in Issue 89. The issue is now fixed, but nu sure if it is backwards compatible so suggest having this fix as a separate branch. See pull #102
This is because you've installed a non-standard version of PyObjc, and I don't know if it's possible to fix it and maintain compatibility with the version that is installed by default on a Mac. You can use the code in PR #102 while we try to work this out.
I'm getting this error when I run the command.
Any idea why this could be happening.
The text was updated successfully, but these errors were encountered: