[issue36154] Python quit unexpectedly error

2019-03-01 Thread kellena
kellena added the comment: That worked! Thank you! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36154] Python quit unexpectedly error

2019-03-01 Thread Ned Deily
Ned Deily added the comment: Yes, remove the PYTHONHOME env variable definition and things should be fine. -- resolution: -> works for me stage: -> resolved status: open -> closed ___ Python tracker

[issue36154] Python quit unexpectedly error

2019-03-01 Thread Inada Naoki
Inada Naoki added the comment: You must not set PYTHON HOME. Python find it's home by itself. But since PYTHONHOME is set, Python can't find it's home. 2019年3月2日(土) 4:45 kellena : > > kellena added the comment: > > There isn't much. I downloaded this and installed it from python.org with >

[issue36154] Python quit unexpectedly error

2019-03-01 Thread kellena
kellena added the comment: Sounds good. Maybe I didn't uninstall properly. What is the correct way to uninstall Python 3.7 on a Mac? Should I also uninstall version 2.7, the version that came with the Mac? Installing version 3.7 did not over-write version 2.7. --

[issue36154] Python quit unexpectedly error

2019-03-01 Thread Brett Cannon
Brett Cannon added the comment: Yes, the Mac installer should have installed everything, but software isn't perfect. :) I would try installing again. -- nosy: +brett.cannon, ned.deily, ronaldoussoren ___ Python tracker

[issue36154] Python quit unexpectedly error

2019-03-01 Thread kellena
kellena added the comment: There isn't much. I downloaded this and installed it from python.org with the install wizard. Shouldn't all of the necessary environment variables have been added at that time? $ env | grep PYTHON PYTHONHOME=/usr/local/bin/python3 --

[issue36154] Python quit unexpectedly error

2019-03-01 Thread Inada Naoki
Inada Naoki added the comment: > Fatal Python error: initfsencoding: unable to load the file system codec > > ModuleNotFoundError: No module named 'encodings' OK, this is the important part which describes what Python failed. In this case, Python can't find it's very important standard

[issue36154] Python quit unexpectedly error

2019-03-01 Thread kellena
kellena added the comment: When I run python3 in a terminal window, I get the same pop-up window with "Python quit unexpectedly error." In the terminal, I get: Fatal Python error: initfsencoding: unable to load the file system codec ModuleNotFoundError: No module named 'encodings' Current

[issue36154] Python quit unexpectedly error

2019-03-01 Thread Inada Naoki
Inada Naoki added the comment: How do you execute Python? If you don't use terminal, please try executing Python from terminal. And see what is output from Python in terminal. -- nosy: +inada.naoki ___ Python tracker

[issue36154] Python quit unexpectedly error

2019-02-28 Thread kellena
New submission from kellena : I'm on a Mac running Mojave, version 10.14.3. I installed Python 3.7. I'm now getting a "Python quit unexpectedly" error consistently and I don't know why or if I did something to cause it. I've tried uninstalling and reinstalling but I'm still getting the