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.

classification
Title: Properly codesign Mac python 2.7.9.pkg so it can work thru OS X firewall
Type: Stage:
Components: Versions:
process
Status: closed Resolution: duplicate
Dependencies: Superseder: Properly codesign Mac python 2.7.9.pkg so it can work thru OS X firewall
View: 23117
Assigned To: Nosy List: James.Wahlman
Priority: normal Keywords:

Created on 2014-12-26 23:04 by James.Wahlman, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (1)
msg233122 - (view) Author: James Wahlman (James.Wahlman) Date: 2014-12-26 23:04
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
2022-04-11 14:58:11adminsetgithub: 67307
2014-12-27 15:27:55r.david.murraysetsuperseder: Properly codesign Mac python 2.7.9.pkg so it can work thru OS X firewall
2014-12-26 23:05:04SilentGhostsetstatus: open -> closed
resolution: duplicate
2014-12-26 23:04:09James.Wahlmancreate