我在 Debian Jessie amd64 上运行图形工具。此服务器没有安装 X,我也不想安装它。每当我尝试导入*
(根据快速入门文档)时,都会发生以下情况:
Python 2.7.9 (default, Mar 1 2015, 12:57:24)
[GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from graph_tool.all import *
Unable to init server: Could not connect: Connection refused
Unable to init server: Could not connect: Connection refused
>>>
尝试strace
测试脚本很麻烦,因为发生上述情况时会加载大量库,但是从花费几个小时浏览输出结果来看,我认为它可能与 X 或 gdk 相关。我希望这里有人知道是什么原因造成的,除了重定向STDERR
到/dev/null
.
谢谢。