Sublime Text2、python模块和AquaTerm

2024-06-14 09:28:31 发布

您现在位置:Python中文网/ 问答频道 /正文

我使用sublimetext2用Python编写一些脚本,最后我想用Gnuplot绘制一些值。在努力让ST2找到Gnuplot模块(解决方案:https://stackoverflow.com/a/9919953/315168)之后,我在构建时收到以下错误消息:

gnuplot> set terminal aqua
                  ^
     line 0: unknown or ambiguous terminal type; type just 'set terminal' for a list

我已经安装了AquaTerm,但是和Gnuplot模块一样,ST2似乎无法与我的系统进行通信。与Gnuplot一样,AquaTerm是使用Macports安装的,它的工作非常顺利,就像有了终端一样。在

有没有办法让ST2首先检查系统,然后在构建时检查自己的包?还是我错过了ST2的机会?我的python.sublime公司-生成文件如下所示:

^{pr2}$

Tags: 模块https脚本com系统type绘制解决方案