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

2014-12-27 Thread R. David Murray

Changes by R. David Murray rdmur...@bitdance.com:


--
superseder:  - 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/issue23118
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2014-12-26 Thread James Wahlman

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



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

2014-12-26 Thread SilentGhost

Changes by SilentGhost ghost@gmail.com:


--
resolution:  - duplicate
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue23118
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com