Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!newsfeed.datemas.de!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'modify': 0.04; 'subject:Python': 0.05; 'needed,': 0.05; 'skip:/ 10': 0.07; 'broke': 0.09; 'creighton': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'runtime': 0.09; 'terminate.': 0.09; 'url:mac': 0.09; 'python': 0.11; 'assume': 0.11; 'suggest': 0.15; 'fatal': 0.16; 'install.': 0.16; 'osx': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:Mac': 0.16; 'subject:after': 0.16; 'subject:install': 0.16; 'wrote:': 0.16; 'laura': 0.18; '(in': 0.18; 'trying': 0.22; 'software.': 0.22; 'installation': 0.23; 'third-party': 0.23; 'file.': 0.24; 'install': 0.25; 'header:User-Agent:1': 0.26; 'installed': 0.26; 'header:X-Complaints-To:1': 0.26; 'helpful': 0.27; 'now?': 0.29; 'skip:/ 40': 0.29; 'array': 0.29; 'that.': 0.30; 'run': 0.32; 'says': 0.32; 'framework': 0.32; 'url:python': 0.33; 'skip:/ 20': 0.33; 'utility': 0.33; 'open': 0.33; 'running': 0.34; 'could': 0.35; 'to:addr:python-list': 0.35; 'done': 0.35; 'but': 0.36; 'url:org': 0.36; 'there': 0.36; 'apple': 0.36; 'so,': 0.37; 'two': 0.37; 'should': 0.37; 'email addr:python.org': 0.37; 'subject:: ': 0.37; 'charset:us-ascii': 0.37; 'mac': 0.37; 'delete': 0.37; 'rather': 0.38; 'version': 0.38; 'received:org': 0.38; 'python.org': 0.38; 'application': 0.39; 'url:2': 0.39; 'url:docs': 0.39; 'to:addr:python.org': 0.39; 'build': 0.40; 'subject:the': 0.40; 'some': 0.40; 'information,': 0.62; 'more': 0.62; 'here': 0.66; 'email name:webmaster': 0.66; 'soul': 0.72; 'received:204': 0.75; 'article': 0.77; 'located.': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ned Deily Subject: Re: Fixing Python install on the Mac after running 'CleanMyMac' Date: Thu, 28 May 2015 23:07:42 -0700 References: <201505290347.t4T3lYjC006610@fido.openend.se> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 204.28.118.160 User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 41 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1432879678 news.xs4all.nl 2924 [2001:888:2000:d::a6]:45358 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:91430 In article <201505290347.t4T3lYjC006610@fido.openend.se>, Laura Creighton wrote: > webmaster@python.org just got some mail from some poor embarrased > soul who ran this program and broke their Python install. > > They are running Mac OSX 10.7.5 > > They are getting: > > Utility has encountered a fatal error, and will now terminate. A > Python runtime could not be located. You may need to install a > framework build of Python or edit the PyRuntimeLocations array in this > applications info.plist file. Then there are two oblong circles. One > says Open Console. The other says Terminate. > > So https://docs.python.org/2/using/mac.html says: > > The Apple-provided build of Python is installed in > /System/Library/Frameworks/Python.framework and /usr/bin/python, > respectively. You should never modify or delete these, as they are > Apple-controlled and are used by Apple- or third-party software. > > So, I assume this poor soul has done precisely that. > > What do I tell her to do now? It would be helpful to know what utility it is that is encountering the fatal error; that message is not familiar and I suspect it is coming from trying to run some third-party application. It may be that the application was depending on a third-party framework installation of Python (in /Library/Frameworks rather than the system Python in /System/Library/Frameworks), such as provided by the python.org OS X installers, but without knowing more information, like what particular version of Python is needed, it would only be speculation. Perhaps the best thing to do is to suggest the OP to participate directly here or an Apple users' forum like http://apple.stackexchange.com. -- Ned Deily, nad@acm.org