This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: A Python runtime not could be located.
Type: Stage: resolved
Components: Versions:
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: bkbdrummer, zach.ware
Priority: normal Keywords:

Created on 2015-10-13 19:41 by bkbdrummer, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg252955 - (view) Author: Brian (bkbdrummer) Date: 2015-10-13 19:41
Hello - I'm new to this community and an system error brings me here.  Thank you all in advance for any help and support!

I'm using a MacBook Pro (Retina, 15-inch, Late 2013) with OS 10.11 El Capitan.  I receive the following error every 15-30 minutes:

--------------------
"Utility[601]: A Python runtime not could be located.  You may need to install a framework build of Python, or edit the PyRuntimeLocations array in this application's Info.plist file."

I have the option to "Open Console" or "Terminate" to clear the window.
--------------------


I wasn't aware of Python before the error popped up which leads me to believe a third party application used/uses Python in the background.

I installed Python 3.5.0 and I still received the error.  I removed Python 3.5.0 and I still received the error.  I installed Python 2.7.10 and I still received the error.  I removed Python 2.7.10 and I still received the error.

I'm at a loss for options moving forward and the error window popping up every 20 minutes is not the most ideal situation for teaching via PowerPoint.  

HELP :) If there's a diagnostic report I need to run, please let me know and I'll run it.

Thank you in advance,
Brian
msg252964 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2015-10-13 21:41
Sorry, this is not the appropriate place to look for help with this issue; it's not a bug with Python itself.  I'd suggest asking on a Mac help forum.  There was a similar question on python-list a few months ago, you might find some pointers in that thread: https://mail.python.org/pipermail/python-list/2015-May/691527.html

Good luck!
History
Date User Action Args
2022-04-11 14:58:22adminsetgithub: 69583
2015-10-13 21:41:30zach.waresetstatus: open -> closed

nosy: + zach.ware
messages: + msg252964

resolution: not a bug
stage: resolved
2015-10-13 19:41:49bkbdrummercreate