我在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
之外,我可以做些什么来防止这些看似美化的警告发生。
感谢。
答案 0 :(得分:1)
这是因为它试图导入Gtk,它试图打开X11连接。