Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1a.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; 'skip:/ 10': 0.07; 'broke': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'runtime': 0.09; 'terminate.': 0.09; 'url:mac': 0.09; 'python': 0.11; 'assume': 0.11; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'fatal': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'install.': 0.16; 'message-id:@fido.openend.se': 0.16; 'osx': 0.16; 'received:89.233': 0.16; 'received:89.233.217': 0.16; 'received:89.233.217.133': 0.16; 'received:fido.openend.se': 0.16; 'subject:Mac': 0.16; 'subject:after': 0.16; 'subject:install': 0.16; 'laura': 0.18; 'cc:2**0': 0.21; 'software.': 0.22; 'cc:no real name:2**0': 0.23; 'third-party': 0.23; 'file.': 0.24; 'install': 0.25; 'installed': 0.26; 'now?': 0.29; 'received:se': 0.29; 'skip:/ 40': 0.29; 'array': 0.29; 'that.': 0.30; 'says': 0.32; 'framework': 0.32; 'url:python': 0.33; 'utility': 0.33; 'open': 0.33; 'running': 0.34; 'could': 0.35; 'to:addr:python- list': 0.35; 'done': 0.35; 'url:org': 0.36; 'there': 0.36; 'so,': 0.37; 'two': 0.37; 'should': 0.37; 'email addr:python.org': 0.37; 'mac': 0.37; 'delete': 0.37; 'url:2': 0.39; 'url:docs': 0.39; 'to:addr:python.org': 0.39; 'build': 0.40; 'subject:the': 0.40; 'some': 0.40; 'header:Message-Id:1': 0.62; 'email name:webmaster': 0.66; 'soul': 0.72; 'received:89': 0.80; 'located.': 0.84 Date: Fri, 29 May 2015 05:47:34 +0200 From: Laura Creighton To: python-list@python.org Subject: Fixing Python install on the Mac after running 'CleanMyMac' Cc: lac@openend.se X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [89.233.217.130]); Fri, 29 May 2015 05:47:36 +0200 (CEST) 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: 27 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1432871262 news.xs4all.nl 2915 [2001:888:2000:d::a6]:47584 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:91423 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? Laura