paulhammond / webkit2png

png screenshots of webpages

Home Page:http://www.paulhammond.org/webkit2png/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NSView is deprecated warnings

AndrewMathas opened this issue · comments

In almost all cases where I use it, webki2png is printing a depreciation warning. Here is a MWE:

webkit2png https://www.theguardian.com

which prints:

Fetching https://www.theguardian.com ...
2019-04-17 06:54:34.392 Python[93150:2165113] *** WARNING: Method convertPointToBase: in class NSView is deprecated on 10.7 and later. It should not be used in new applications.
... done

I have tried without success to isolate this. Quite likely it is an upstream issue...

Hi 👋

I have the same issue. Here is a more complete error message:

2019-04-16 18:21:41.828 Python[69367:2849621] *** WARNING: Method convertPointToBase: in class NSView is deprecated on 10.7 and later. It should not be used in new applications.

I hope this helps.