Dear all,
please freaking reply to the list. See:
* http://www.shlomifish.org/philosophy/computers/netiquette/email/reply-to-lis...
Best,
Shlomi
Begin forwarded message:
Date: Sun, 1 Oct 2017 21:52:30 +0200 From: Tomax63 <tomax63@...128...> To: Shlomi Fish <shlomif@...2985...> Subject: Re: [Inkscape-devel] Inkscape export error
Yes i am programming in Pythom 3. How can I solve that problem?
Am 01.10.2017 um 19:42 schrieb Shlomi Fish:
Hi Thomas,
On Sun, 1 Oct 2017 09:02:02 +0200 Tomax63 <tomax63@...128...> wrote:
Hello, I receive the following message:
File "synfig_output.py", line 396 raise AssertionError, "Unsupported param type %s" % (param_type) ^ SyntaxError: invalid syntax
Whenever I try to export a file.
the problem appears to be that you are using Python 3 (which isn't yet supported) to run the python code instead of python 2.
Regards,
Shlomi
Same with HP plot file
Traceback (most recent call last): File "plt_output.py", line 25, in <module> from uniconv_output import run, get_command File "D:\Program Files\Inkscape\share\extensions\uniconv_output.py", line 66 except Exception, inst: ^ SyntaxError: invalid syntax
Can you help me export to Synfig?
Thanks
Thomas