我在用墨水景观 0.92在Ubuntu 18.04 LTS并出现以下错误。任何帮助都将不胜感激。谢谢
扩展 > 导出 > 导出到 TikZ 路径 ...
Traceback (most recent call last):
File "tikz_export.py", line 1439, in <module>
main_inkscape()
File "tikz_export.py", line 1423, in main_inkscape
effect.affect()
File "/usr/share/inkscape/extensions/inkex.py", line 216, in affect
if output: self.output()
File "tikz_export.py", line 1362, in output
f = codecs.open(self.options.outputfile, 'w', 'utf8')
File "/usr/lib/python2.7/codecs.py", line 898, in open
file = __builtin__.open(filename, mode, buffering)
IOError: [Errno 13] Permission denied: 'none'