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 James.Wahlman
Recipients James.Wahlman
Date 2014-12-26.23:04:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419635049.3.0.430313609014.issue23118@psf.upfronthosting.co.za>
In-reply-to
Content
The app is not code signed properly so when using Python 2.7.9 on OS X 10.10 or any version of OS X I imagine when a user enables the built in OS X firewall and runs Python it complains about allowing the app thru the firewall. The only way to fix since it wasn't signed properly was to install command line tools then typing this in terminal:

sudo codesign -f -s - /System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app

please sign this app properly so it works without this annoying workaround. Thanks ;)
History
Date User Action Args
2014-12-26 23:04:09James.Wahlmansetrecipients: + James.Wahlman
2014-12-26 23:04:09James.Wahlmansetmessageid: <1419635049.3.0.430313609014.issue23118@psf.upfronthosting.co.za>
2014-12-26 23:04:09James.Wahlmanlinkissue23118 messages
2014-12-26 23:04:09James.Wahlmancreate