[issue40400] Mac build-installer.py doesn't support new plist format

2020-06-25 Thread Ned Deily
Ned Deily added the comment: Thanks for the report. There were several issues, including this one, when trying to run build-installer.py under current versions of Python 3. These have been fixed in the version of build-installer.py to be released with 3.9.0b4, 3.8.4, and 3.7.8. --

[issue40400] Mac build-installer.py doesn't support new plist format

2020-04-26 Thread Ned Deily
Change by Ned Deily : -- assignee: -> ned.deily ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue40400] Mac build-installer.py doesn't support new plist format

2020-04-26 Thread h2a10
New submission from h2a10 : when you run cpython/Mac/BuildScript/build-installer.py with python 3.9.0 it failed with the following error from plistlib import Plist ImportError: cannot import name 'Plist' from 'plistlib' -- components: macOS messages: 367325 nosy: h2a10, ned.deily,