Jean-Marc Lasgouttes wrote: > - is it wise to hardcode "python" as the name of the interpreter? > Shouldn't we have this in lyxrc? Of course, it will not be possible > to autodetect python in configure.py (which is a python script...). > This may be a theoretical problem, though.
I think so. Users can always put a wrapper script in PATH if their python executable has a different name. > - when I see things like > +infile_base = '/home/username/Figure3a' > it make me remember that we have a problem with file names containing > single quotes. There are people who think that naming IJCAI'07.tex a > file for a conference is a good idea... Of course, LyX is not able to > import such a file, and I suspect our script has the same problem. I have an idea how to fix that which I will present after Bo puts his patch in. Georg