paulhammond / webkit2png

png screenshots of webpages
http://www.paulhammond.org/webkit2png/
1.44k stars 196 forks source link

NSView is deprecated warnings #106

Open AndrewMathas opened 5 years ago

AndrewMathas commented 5 years ago

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...

lorisleiva commented 5 years ago

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.