On Tuesday, 8 May 2018 12.08.20 WEST Kornel Benko wrote:
> I got 10 messages of the form:
> Traceback (most recent call last):
>   File "/usr/local/share/lyx2.3/scripts/convertDefault.py", line 73, in
> <module> if (im or gm) and os.system(r'%s %s "%s" "%s"' % (command, opts,
> sys.argv[2], sys.argv[3] + ':' + sys.argv[4])) != 0: IndexError: list index
> out of range

[Without further information, just like in jumping in a circus without net.] :-)

This error message seems to imply that there were not enough arguments passed 
to the 
convertDefault.py script.

sys.argv is the list of arguments just like char **argv in C/C++ main function.

Regards,
-- 
José Abílio

Reply via email to