I am using INKSCAPE 0.92 on Ubuntu 18.04 LTS and getting the following error. Any help will be highly appreciated. Thanks
Extensions > Export > Export to TikZ path ...
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'
export to clipboardoption? – samcarter_is_at_topanswers.xyz Jan 12 '19 at 15:57Export to clipboardthrows the following error:ERROR:root:Failed to put output on clipboard. Any thoughts, please. – MYaseen208 Jan 12 '19 at 16:05