[New-bugs-announce] [issue23118] Properly codesign Mac python 2.7.9.pkg so it can work thru OS X firewall

James Wahlman report at bugs.python.org
Sat Dec 27 00:04:09 CET 2014


New submission from James Wahlman:

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 ;)

----------
messages: 233122
nosy: James.Wahlman
priority: normal
severity: normal
status: open
title: Properly codesign Mac python 2.7.9.pkg so it can work thru OS X firewall

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23118>
_______________________________________


More information about the New-bugs-announce mailing list