LettError / designSpaceRoboFontExtension

A RoboFont extension for creating and editing designspace documents.
MIT License
30 stars 6 forks source link

Bugfix - plistlib uses `load` since Python 3.4, `readPlist` is deprecated #51

Closed colinmford closed 1 year ago

colinmford commented 1 year ago

Hi @LettError,

I was trying to load up a DS with a support layer and got an error about readPlist, which has been deprecated since Python 3.4 and removed in 3.9. I updated to use load as is now the recommended method.

I rebuilt the ext and bumped the version to 1.9.10

LettError commented 1 year ago

Thanks Colin! Do you know of the DSE 2.0 branch? That's where all the attention went. For RF4.4+

colinmford commented 1 year ago

@LettError Yes, I saw it just after I made the PR, though I thought I would submit this anyway just to take care of it in the meantime. 2.0 is looking good, though!