我在debian / jessie框中运行此代码:
bc.save('filename.png')
运行之后,我执行以下操作:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/dist-packages/PIL/Image.py", line 1653, in save
self.load()
File "/usr/lib/python2.7/dist-packages/PIL/EpsImagePlugin.py", line 336, in load
self.im = Ghostscript(self.tile, self.size, self.fp, scale)
File "/usr/lib/python2.7/dist-packages/PIL/EpsImagePlugin.py", line 143, in Ghostscript
stdout=subprocess.PIPE)
File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1335, in _execute_child raise child_exception OSError: [Errno 2]
No such file or directory
然后出现以下错误:
{{1}}
如果我在ubuntu 14.04框中运行相同的代码,则没有这样的错误并且工作正常。因为我看到这个错误出现在几个帖子中,并且有很多包,我可以得出结论,这是与debian有关的东西而不是代码本身,甚至没有经过python包。 我们希望找到某种路径来重新定义或符号链接,或者是否有补丁。
请帮忙。
答案 0 :(得分:1)
错误消息不是超级干净。但它可能是由于丢失了ghostscript包而引起的。
尝试: sudo apt-get install ghostscript