Python分段故障:11用于简单的终端计算

时间:2013-12-03 01:53:31

标签: python macos terminal segmentation-fault

我在Mac上转到终端并输入python。标准的东西出现了:

Python 2.7.3 (v2.7.3:70274d53c1dd, Apr  9 2012, 20:52:43) 
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.

现在我正在使用终端进行简单的计算。我只需输入以下内容并继续得到分段错误11.它似乎是从我继续插入的小数点开始。

>>> a=1./2
>>> b=2./3
Segmentation fault: 11

有谁知道为什么会这样?我从来没有遇到过这种情况。你怎么强迫浮点数?谢谢

1 个答案:

答案 0 :(得分:0)

如果您在OS X 10.9 Mavericks上看到这种情况,那么由于系统editlinelibedit的更改而导致python.org Pythons运行this issue。解决方案是download并安装最新版本的Python 2.7.6,它可以解决此问题。