所以我升级到小牛队希望我的脚本没问题。 。 。幸运的是,当我在Coderunner中运行我的脚本时,他们的工作。我在终端上做简单的测试脚本,因为它很容易,我喜欢它的外观。我不确定为什么框架在coderunner而不是终端中工作。
有没有人知道如何解决这个问题?
我尝试更新软件并得到了同样的错误
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$
`
答案 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.
>>>