Python 2.7 IDLE keeps crashing on Mac OSX -
i running script 1 python file opens another. when other file open, idle python crashes.
i typed terminal
python -m idlelib and received
error in sitecustomize; set pythonverbose traceback: keyerror: 'pythonpath' error in sitecustomize; set pythonverbose traceback: keyerror: 'pythonpath' and says
python 3.6.2 |anaconda custom (x86_64)| and opens that, need use 2.7 it's compatible other software i'm using.
tia.
to run idle terminal 2.7, use python -m idlelib.idle, python whatever needed on system start python 2.x. unlike 3.x, there no idlelib.__main__. tried adding one, did not work properly. error message prove started 2.x, not 3.x.
to run idle on mac, without strange, haphazard errors, replace buggy tcl/tk supplied apple. see python.org/download/mac/tcltk.
Comments
Post a Comment