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.
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
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
participants (2)
-
Shlomi Fish
-
Tomax63