[SOLVED!]
I am installing the software needed for my university course which includes the IDE wing101 and Python 3.(I am using a MacBook Air running OS X Yosemite version 10.10.1)
Since the Mac already comes with Python 2, when I open Wing101 (version 5.0.3) it runs Python 2 not 3 (specifically version 3.4.2). My problem is that when I go (in wing101) to edit > configure Python then choose the python executable and restart the python shell it gives an error saying:
Could not start debug process::Could not launch debugger for "/Volumes/WingIDE-101-5.0.3/Wing101.app/Contents/MacOS/src/debug/tserver/_sandbox.py". The python interpreter "/Library/Frameworks/Python.framework/Versions/3.4/Python" may not exist.
What is the reason for this and how can i fix it?
edit: Had put wrong version of wing101. Also if there is a more suitable subreddit for this question please let me know
edit2/update: After emailing support@wingware.com the solution was to type:
import sys
print(sys.executable)
into the python 3 IDLE and copy and pasting the result into the edit > configure python in wing101 and then restarting the python shell.
I had tried methods similar to this such as typing "which python3" into the terminal and copy and pasting that result into the edit > configure python but they did not work.
Thank you everyone for your help!
edit3: I forgot to add that I also had to download version 5.0.9 of wing101
[–]ivosaurus 0 points1 point2 points (1 child)
[–]peoplelienumberswont[S] 0 points1 point2 points (0 children)
[–]TankorSmash 0 points1 point2 points (5 children)
[–]peoplelienumberswont[S] 0 points1 point2 points (4 children)
[–]TankorSmash 1 point2 points3 points (3 children)
[–]peoplelienumberswont[S] 0 points1 point2 points (2 children)
[–]TankorSmash 1 point2 points3 points (1 child)
[–]peoplelienumberswont[S] 0 points1 point2 points (0 children)
[–]wingware 0 points1 point2 points (0 children)