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

--
resolution:  -> fixed
stage:  -> resolved
status: open -> closed
versions: +Python 3.10, Python 3.7, Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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, ronaldoussoren
priority: normal
severity: normal
status: open
title: Mac build-installer.py doesn't support new plist format
type: compile error
versions: Python 3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com