On Wed, May 04, 2016 at 06:42:21PM +0200, Helge Hafting wrote:
> I did a reconfigure, and looked through the list of discovered stuff. I
> found this oddity:
> 
> 
> ...
> 
> checking for a nomenclature processor...
> +checking for "makeindex"...  yes
> +Indexing TeX files...
>   File "/usr/local/share/lyx-2.2.0dev/scripts/TeXFiles.py", line 56
>     so that all files will be created'''
>                                        ^
> SyntaxError: Missing parentheses in call to 'print'
> 
>     done
> +checking list of modules...
> layouts/test.module
> layouts/svar.module
> ...
> 
> 
> I am not sure if this has any ill effects, but it doesn't look good. Typo in
> TeXFiles.py?

It will have ill effects.

The problem is that the script is being called with Python3 on your
system. We either need to make sure the script is called with Python2 or
(preferably) make the script compatible with Python3.

CC'ing José in case he is interested.

Scott

Attachment: signature.asc
Description: PGP signature

Reply via email to