Re: [LyX/master] make python string compliant with python 2 and 3

2017-05-11 Thread José Abílio Matos
On Thursday, 11 May 2017 15.06.42 WEST Jean-Marc Lasgouttes wrote: > I still get: > > File > "/home/local/lasgoutt/lyx/master/lib/scripts/lyxpreview2bitmap.py", line 166 > def_re = > re.compile(rb"(newcommandx|globallongdef)([a-zA-Z]+)") > > ^ > SyntaxError: in

Re: [LyX/master] make python string compliant with python 2 and 3

2017-05-11 Thread Jean-Marc Lasgouttes
Le 09/05/2017 à 17:57, José Matos a écrit : commit 6495cd135f15c3775613c79b008ad62f6726573e Author: José Matos Date: Tue May 9 16:53:32 2017 +0100 make python string compliant with python 2 and 3 I still get: File "/home/local/lasgoutt/lyx/master/lib/scripts/lyxpreview2bitmap.py", li