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 or 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: 233121
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 <rep...@bugs.python.org>
<http://bugs.python.org/issue23117>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to