Old API removed from plistlib, used in mac_tool.py

127 views
Skip to first unread message

tsagawa

unread,
May 6, 2022, 7:59:38 AM5/6/22
to gyp-developer
Hello.

The latest version plistlib of python 3 dropped support old APIs,
So plistlib.readPlistFromSting function causes an error like below:

```
AttributeError: module 'plistlib' has no attribute 'readPlistFromString'
```


macos 12 later does not support python 2.x by default. How about using new API ?

Reply all
Reply to author
Forward
0 new messages