Strange Problems With Python After Upgrading to OS X Mavericks

非 Y 不嫁゛ 提交于 2019-12-03 20:10:59

I'm no authority on the guts of Python, so take my advice with caution. But, having encountered the same problem after the Mavericks upgrade (and using Python 2.7), I just did a

easy_install readline

at the command line, and everything seems to be working again. No more segmentation error, and arrow keys in the Python shell appear to be functioning normally.

The (brand new) Python 3.3.3rc1 fixes the SegFault problem.

It's here: http://www.python.org/download/releases/3.3.3/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!