Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #91423
| Date | 2015-05-29 05:47 +0200 |
|---|---|
| From | Laura Creighton <lac@openend.se> |
| Subject | Fixing Python install on the Mac after running 'CleanMyMac' |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.153.1432871262.5151.python-list@python.org> (permalink) |
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
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Fixing Python install on the Mac after running 'CleanMyMac' Laura Creighton <lac@openend.se> - 2015-05-29 05:47 +0200
Re: Fixing Python install on the Mac after running 'CleanMyMac' MrJean1 <MrJean1@gmail.com> - 2015-05-29 10:50 -0700
Re: Fixing Python install on the Mac after running 'CleanMyMac' Ned Deily <nad@acm.org> - 2015-05-29 10:59 -0700
Re: Fixing Python install on the Mac after running 'CleanMyMac' MrJean1 <MrJean1@gmail.com> - 2015-05-29 11:32 -0700
csiph-web