Python 2.7.3无法在Mavericks终端中工作:(

时间:2013-10-30 18:14:47

标签: python terminal osx-mavericks

所以我升级到小牛队希望我的脚本没问题。 。 。幸运的是,当我在Coderunner中运行我的脚本时,他们的工作。我在终端上做简单的测试脚本,因为它很容易,我喜欢它的外观。我不确定为什么框架在coderunner而不是终端中工作。

有没有人知道如何解决这个问题?

enter image description here

enter image description here

我尝试更新软件并得到了同样的错误

Last login: Wed Oct 30 11:08:51 on ttys000
opus-magnum:~ Opus_Magnum$ python
Python 2.7.5 (v2.7.5:ab05e7dd2788, May 13 2013, 13:18:45) 
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> s = 'hello'
>>> print s
Segmentation fault: 11
opus-magnum:~ Opus_Magnum$ 

`

1 个答案:

答案 0 :(得分:3)

您没有运行OS X Mavericks发布的正确版本的python。

[1:17pm][wlynch@watermelon ~] /usr/bin/python2.7
Python 2.7.5 (default, Aug 25 2013, 00:04:04) 
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>