This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jeremyhu
Recipients Lapsang Leaf, belopolsky, jeremyhu, ned.deily, python-dev, ronaldoussoren, sashk, tdsmith
Date 2016-10-17.16:04:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <6AB30603-7B8B-4AEE-9A8D-32793F3C33FE@macports.org>
In-reply-to <1476707013.69.0.909672930959.issue27806@psf.upfronthosting.co.za>
Content
QuickTime/QuickTime.h was deprecated long ago.

python fails to compile if QuickTime/QuickTime.h isn't present.

QuickTime/QuickTime.h was removed in Sierra, causing the build to fail on Sierra.

This patch fixes that issue.

> On Oct 17, 2016, at 05:23, Lapsang Leaf <report@bugs.python.org> wrote:
> 
> 
> Lapsang Leaf added the comment:
> 
> Can we have this in English, please, for noobs?
> 
> I only use python in order to run zim on my mac. I do not have the same technical know-how as many users and I do not understand the parlance here.  Currently I have OS X 10.12 with python 2.7 - updating to sierra seems to have broken it.
> 
> Please let me know, step by step, what I need to do to patch and get it running again.  Thanks
> 
> ----------
> nosy: +Lapsang Leaf
> 
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue27806>
> _______________________________________
Files
File name Uploaded
smime.p7s jeremyhu, 2016-10-17.16:04:11
History
Date User Action Args
2016-10-17 16:04:11jeremyhusetrecipients: + jeremyhu, ronaldoussoren, belopolsky, ned.deily, python-dev, tdsmith, sashk, Lapsang Leaf
2016-10-17 16:04:11jeremyhulinkissue27806 messages
2016-10-17 16:04:11jeremyhucreate