1

我正在使用该程序包gspread与 python 2.7 和 OSX 10.11 上的谷歌电子表格进行交互,我得到分段错误:11。但是,尽管出现了这个错误,我仍然能够下载谷歌电子表格内容。

这是错误的示例。

bash-3.2$ ipython
fPython 2.7.11 (default, Dec 26 2015, 17:47:53) 
Type "copyright", "credits" or "license" for more information.

IPython 4.0.0 -- An enhanced Interactive Python.
?         -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help      -> Python's own help system.
object?   -> Details about 'object', use 'object??' for extra details.

In [1]: from etl.spread import gspread, credentials

In [2]: gs = gspread.authorize(credentials)

In [3]: 
Do you really want to exit ([y]/n)? y
Segmentation fault: 11

在输入 y 退出和实际退出之间需要几秒钟。我不确定这是否表明了什么

这是完整的崩溃报告

4

0 回答 0